Skip to main content

ItemCheckEventArgs(Int32, CheckState) Constructor

Initializes a new instance of the ItemCheckEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ItemCheckEventArgs(
    int index,
    CheckState state
)

Parameters

Name Type Description
index Int32

The position of the item in the check list box item collection, whose state has changed. This value is assigned to the ItemCheckEventArgs.Index property.

state CheckState

A CheckState value representing the new state for the item. This value is assigned to the ItemCheckEventArgs.State property.

See Also