DiscMaster2_NotifyDeviceAddedEventHandler Delegate |
Namespace: IMAPI2.axlib
public delegate void DiscMaster2_NotifyDeviceAddedEventHandler( Object sender, string uniqueId )
Public Delegate Sub DiscMaster2_NotifyDeviceAddedEventHandler ( sender As Object, uniqueId As String ) Dim instance As New DiscMaster2_NotifyDeviceAddedEventHandler(AddressOf HandlerMethod)
type DiscMaster2_NotifyDeviceAddedEventHandler = delegate of sender : Object * uniqueId : string -> unit
/** @delegate */ public delegate void DiscMaster2_NotifyDeviceAddedEventHandler( /** @attribute InAttribute */ Object sender, String uniqueId )
JScript does not support delegates.
function(sender, uniqueId);