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