[]
Provides data for the ItemCheck event.
public class ItemCheckEventArgs : EventArgs
Public Class ItemCheckEventArgs
Inherits EventArgs
Name | Description |
---|---|
ItemCheckEventArgs(int, bool?, bool?) | Initializes a new instance of the ItemCheckEventArgs class. |
Name | Description |
---|---|
DisplayIndex | Gets the zero-based display index of the ListItem to change. |
NewValue | Gets a value indicating the new checked state of the ListItem. |
OldValue | Gets a value indicating the old checked state of the ListItem. |