ItemCheckingEventArgs(Int32, CheckState, CheckState) Constructor
Initializes a new instance of the ItemCheckingEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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. |
| newValue | CheckState | A CheckState value representing the new checked value for the item. |
| oldValue | CheckState | A CheckState value representing the old checked value for the item. |
See Also