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