The members of System.Windows.Forms.ItemCheckEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.ItemCheckEventArgs class. |
[read-only] | CurrentValue | CheckState.
Gets a value indicating the current state of the item's check box. |
[read-only] | Index | int.
Gets the zero-based index of the item to change. |
NewValue | CheckState.
Gets or sets a value indicating whether to set the check box for the item to be checked, unchecked, or indeterminate. |