[]
Initializes a new instance of the PagesChangeEventArgs class.
public PagesChangeEventArgs(PagesChangeTypeEnum changeType)
| Type | Name | Description |
|---|---|---|
| PagesChangeTypeEnum | changeType | The collection change type. |
Initializes a new instance of the PagesChangeEventArgs class.
public PagesChangeEventArgs(PagesChangeTypeEnum changeType, int newIndex)
| Type | Name | Description |
|---|---|---|
| PagesChangeTypeEnum | changeType | The collection change type. |
| int | newIndex | New page index. |
Initializes a new instance of the PagesChangeEventArgs class.
public PagesChangeEventArgs(PagesChangeTypeEnum changeType, int newIndex, int oldIndex)
| Type | Name | Description |
|---|---|---|
| PagesChangeTypeEnum | changeType | The collection change type. |
| int | newIndex | New page index. |
| int | oldIndex | Old page index. |