Back to Devexpress

ItemCheckingEventArgs Members

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

latest4.6 KB
Original Source

ItemCheckingEventArgs Members

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

Constructors

NameDescription
ItemCheckingEventArgs(Int32, CheckState, CheckState)Initializes a new instance of the ItemCheckingEventArgs class.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ItemCheckingEventArgs Class

DevExpress.XtraEditors.Controls Namespace