ItemCheckEventArgs(Int32, CheckState) Constructor
Initializes a new instance of the ItemCheckEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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 ItemCheckEventArgs.Index property. |
state | CheckState | A CheckState value representing the new state for the item. This value is assigned to the ItemCheckEventArgs.State property. |
See Also