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

ItemCheckEventArgs(Int32, CheckState) Constructor

Initializes a new instance of the ItemCheckEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

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