UpdatePageStatusEventArgs 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.
Represents the event arguments for the update page status event.
public ref class UpdatePageStatusEventArgs sealed : EventArgs
public sealed class UpdatePageStatusEventArgs : EventArgs
type UpdatePageStatusEventArgs = class
inherit EventArgs
Public NotInheritable Class UpdatePageStatusEventArgs
Inherits EventArgs
- Inheritance
-
UpdatePageStatusEventArgs
Constructors
UpdatePageStatusEventArgs() |
Initializes a new instance of the UpdatePageStatusEventArgs class. |
Properties
fDone |
Gets or sets the page update status to done. |
nPage |
Gets or sets the page to update. |
pDisp |
Gets the display pointer. |