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

QueryValueByCheckStateEventArgs(CheckState) Constructor

Creates an instance of the QueryValueByCheckStateEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public QueryValueByCheckStateEventArgs(
    CheckState state
)

Parameters

Name Type Description
state CheckState

A CheckState enumeration value representing the current check state of the check editor. This value is assigned to the QueryValueByCheckStateEventArgs.CheckState property.

Remarks

Instances of the QueryValueByCheckStateEventArgs class are automatically created and transmitted to RepositoryItemCheckEdit.QueryValueByCheckState event handlers when the event is raised.

See Also