[]
Initializes a new instance of the PagesChangeEventArgs class.
public PagesChangeEventArgs(PagesChangeTypeEnum changeType)
Public Sub New(changeType As PagesChangeTypeEnum)
| Type | Name | Description |
|---|---|---|
| PagesChangeTypeEnum | changeType | The collection change type. |
Initializes a new instance of the PagesChangeEventArgs class.
public PagesChangeEventArgs(PagesChangeTypeEnum changeType, int newIndex)
Public Sub New(changeType As PagesChangeTypeEnum, newIndex As Integer)
| 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)
Public Sub New(changeType As PagesChangeTypeEnum, newIndex As Integer, oldIndex As Integer)
| Type | Name | Description |
|---|---|---|
| PagesChangeTypeEnum | changeType | The collection change type. |
| int | newIndex | New page index. |
| int | oldIndex | Old page index. |