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