ItemCheckingEventArgs(Int32, CheckState, CheckState) Constructor
In This Article
Initializes a new instance of the ItemCheckingEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public ItemCheckingEventArgs(
int index,
CheckState newValue,
CheckState oldValue
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The position of the item whose state is about to be changed in the check list box item collection. |
new |
Check |
A Check |
old |
Check |
A Check |
See Also