WritingProgressChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the WritingProgressChanged event.
public ref class WritingProgressChangedEventArgs : System::ComponentModel::ProgressChangedEventArgs
public class WritingProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
type WritingProgressChangedEventArgs = class
inherit ProgressChangedEventArgs
Public Class WritingProgressChangedEventArgs
Inherits ProgressChangedEventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| WritingProgressChangedEventArgs(WritingProgressChangeLevel, Int32, Int32, Object) |
Initializes a new instance of the WritingProgressChangedEventArgs class. |
Properties
| Name | Description |
|---|---|
| Number |
Gets the number of documents or pages that have been written. |
| WritingLevel |
Gets a value that indicates the scope of the writing progress. |