Leadtools.MediaWriter Namespace > MediaWriterDrive Class : OnProgress Event |
public event EventHandler<MediaWriterProgressEventArgs> OnProgress
'Declaration Public Event OnProgress As EventHandler(Of MediaWriterProgressEventArgs)
'Usage Dim instance As MediaWriterDrive Dim handler As EventHandler(Of MediaWriterProgressEventArgs) AddHandler instance.OnProgress, handler
public event EventHandler<MediaWriterProgressEventArgs> OnProgress
add_OnProgress(function(sender, e)) remove_OnProgress(function(sender, e))
public: event EventHandler<MediaWriterProgressEventArgs^>^ OnProgress
The event handler receives an argument of type MediaWriterProgressEventArgs containing data related to this event. The following MediaWriterProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | The cancelable property for this event type. |
Complete | Variable containing the current completion status of the writable drive operation. |
Description | String value description of the current operation being performed, or error encountered. |
Progress | Variable containing the current progress of the writable drive operation. |
State | Variable containing the current state of the writable drive operation. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2