DDiscMaster2EventsNotifyDeviceRemoved Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void NotifyDeviceRemoved(
Object sender,
string uniqueId
)
Sub NotifyDeviceRemoved (
sender As Object,
uniqueId As String
)
Dim instance As DDiscMaster2Events
Dim sender As Object
Dim uniqueId As String
instance.NotifyDeviceRemoved(sender,
uniqueId)
abstract NotifyDeviceRemoved :
sender : Object *
uniqueId : string -> unit
void NotifyDeviceRemoved(
/** @attribute InAttribute */ Object sender,
String uniqueId
)
function NotifyDeviceRemoved(
sender : Object,
uniqueId : String
)
function NotifyDeviceRemoved(sender, uniqueId);
Parameters
- sender
- Type: SystemObject
- uniqueId
- Type: SystemString
See Also