ISDBApplicationEvents::OnDeviceSyncStarted: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Created page with "===Parameters=== {{MethodParameters |DeviceHandle|Long | DeviceHandle to the device that can be accessed using SDBDevice object }} ===Event description=== Is called whe...")
 
m (introduced)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnDeviceSyncStarted(DeviceHandle As Long)}}
===Parameters===
===Parameters===


{{MethodParameters  
{{MethodParameters  
  |DeviceHandle|Long | DeviceHandle to the device that can be accessed using [[SDBDevice]] object
  |DeviceHandle|Long | DeviceHandle to the device that can be accessed using [[SDBDevice]] class
}}
}}


===Event description===
===Event description===


Is called when device sync starts
Is called when device sync starts.


Note: This event takes effect from MediaMonkey 4.1.0.1628 and higher!
{{Introduced|4.1.0.1628}}

Latest revision as of 21:46, 20 April 2013

CoClass SDBApplication, Interface ISDBApplicationEvents

Sub OnDeviceSyncStarted(DeviceHandle As Long)


Parameters

Name Type Description
DeviceHandle Long DeviceHandle to the device that can be accessed using SDBDevice class


Event description

Is called when device sync starts.

Introduced in MediaMonkey version 4.1.0.1628.