ISDBApplicationEvents::OnDeviceSyncStarted: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
m (introduced)
 
Line 1: Line 1:
{{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnDeviceSyncStarted(DeviceHandle As Long)}}
===Parameters===
===Parameters===


Line 7: Line 9:
===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.