PagesChangedEventArgs 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 PagesChanged event.
public ref class PagesChangedEventArgs : EventArgs
public class PagesChangedEventArgs : EventArgs
type PagesChangedEventArgs = class
inherit EventArgs
Public Class PagesChangedEventArgs
Inherits EventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| PagesChangedEventArgs(Int32, Int32) |
Initializes a new instance of the PagesChangedEventArgs class. |
Properties
| Name | Description |
|---|---|
| Count |
Gets the number of continuous pages that changed. |
| Start |
Gets the page number of the first page that changed. |