[]
Initializes a new instance of the ItemCheckEventArgs class.
public ItemCheckEventArgs(int displayIndex, bool? oldValue, bool? newValue)
Public Sub New(displayIndex As Integer, oldValue As Boolean?, newValue As Boolean?)
| Type | Name | Description |
|---|---|---|
| int | displayIndex | The zero-based display index of the ListItem to change. |
| bool? | oldValue | The old checked state of the ListItem. |
| bool? | newValue | The new checked state of the ListItem. |