ItemCheckEventArgs
Wisej.Web.ItemCheckEventArgs
Last updated
Wisej.Web.ItemCheckEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the ItemCheck event of the CheckedListBox and ListView controls.
Initializes a new instance of the ItemCheckEventArgs class.
index
The zero-based index of the item to change.
newCheckValue
currentValue
CheckState: Returns a value indicating the current state of the item's check box.
Int32: Returns the zero-based index of the item to change.
CheckState: Returns or sets whether to set the check box for the item to be checked, unchecked, or indeterminate.
One of the values that indicates whether to change the check box for the item to be checked, unchecked, or indeterminate.
One of the values that indicates whether the check box for the item is currently checked, unchecked, or indeterminate.
Represents the method that will handle the ItemCheck event of a or control.