Skip to main content
A newer version of this page is available. .

ItemCheckingEventArgs(Int32, CheckState, CheckState) Constructor

Initializes a new instance of the ItemCheckingEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ItemCheckingEventArgs(
    int index,
    CheckState newValue,
    CheckState oldValue
)

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