ItemCheckEventArgs
Wisej.Web.ItemCheckEventArgs
Last updated
Was this helpful?
Wisej.Web.ItemCheckEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the event of the and controls.
Initializes a new instance of the class.
index
The zero-based index of the item to change.
newCheckValue
currentValue
: Returns a value indicating the current state of the item's check box.
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.
: Returns the zero-based index of the item to change.
: Returns or sets whether to set the check box for the item to be checked, unchecked, or indeterminate.
Represents the method that will handle the ItemCheck event of a or control.