Skip to main content

ItemCheckingEventArgs(Int32, CheckState, CheckState) Constructor

Initializes a new instance of the ItemCheckingEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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