|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
| Leadtools.MediaWriter Namespace > MediaWriterDrive Class : OnDeviceEvent Event |
public event EventHandler<MediaWriterDevNotifyEventArgs> OnDeviceEvent
'Declaration Public Event OnDeviceEvent As EventHandler(Of MediaWriterDevNotifyEventArgs)
'Usage Dim instance As MediaWriterDrive Dim handler As EventHandler(Of MediaWriterDevNotifyEventArgs) AddHandler instance.OnDeviceEvent, handler
public: event EventHandler<MediaWriterDevNotifyEventArgs^>^ OnDeviceEvent
The event handler receives an argument of type MediaWriterDevNotifyEventArgs containing data related to this event. The following MediaWriterDevNotifyEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Description | Description string for the related event state. |
| State | The current device state for this event. |