[]
Provides data for the PagesChanged and PagesChanging events.
public class PagesChangeEventArgs : EventArgs
Name | Description |
---|---|
PagesChangeEventArgs(PagesChangeTypeEnum) | Initializes a new instance of the PagesChangeEventArgs class. |
PagesChangeEventArgs(PagesChangeTypeEnum, int) | Initializes a new instance of the PagesChangeEventArgs class. |
PagesChangeEventArgs(PagesChangeTypeEnum, int, int) | Initializes a new instance of the PagesChangeEventArgs class. |
Name | Description |
---|---|
NewIndex | New page index. |
OldIndex | Old page index. |
PagesChangeType | The type of PreviewPages collection change. |