The MediaWriterProgressEventArgs Class is available in LEADTOOLS LEADTOOLS Document and Medical Imaging and in LEADTOOLS DVD Module toolkits.
The progress event arguments for the current operation.
| Visual Basic (Declaration) | |
|---|---|
Public Class MediaWriterProgressEventArgs Inherits System.EventArgs  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As MediaWriterProgressEventArgs  | |
| C# | |
|---|---|
public class MediaWriterProgressEventArgs : System.EventArgs  | |
| C++/CLI | |
|---|---|
public ref class MediaWriterProgressEventArgs : public System.EventArgs  | |
This event arguments object is created for MediaWriterDrive.OnProgress events.
            System.Object
   System.EventArgs
      Leadtools.MediaWriter.MediaWriterProgressEventArgs
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                    
Copy Code