Back to Devexpress

ItemCheckingEventArgs Properties

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-itemcheckingeventargs-dot-underscore-properties.md

latest2.0 KB
Original Source

ItemCheckingEventArgs Properties

Provides data for the BaseCheckedListBoxControl.ItemChecking event of check list box controls.

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IndexGets the index of the item whose checked state is about to be changed.
IsBoundUpdatingEditValueFor internal use. Inherited from ChangingEventArgs.
IsTextChangingFor internal use. Inherited from ChangingEventArgs.
ModifiedByUserGets whether a user changed the value. Inherited from ChangingEventArgs.
NewValueGets or sets a new checked state for the item.
OldValueGets the item’s previous checked state.

See Also

ItemCheckingEventArgs Class

ItemCheckingEventArgs Members

DevExpress.XtraEditors.Controls Namespace