OnProgress Event

Summary
The event delegate for writable drive progress events.
Syntax
C#
C++/CLI
public event EventHandler<MediaWriterProgressEventArgs> OnProgress 
public: 
event EventHandler<MediaWriterProgressEventArgs^>^ OnProgress 
Event Data

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.

PropertyDescription
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.
Remarks

This event is fired for progress events on the MediaWriterDrive object.

Example

For an example, refer to MediaWriterDrive.BurnDisc.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.