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

QueryCheckStatesEventArgs(Object, CheckState) Constructor

Creates an instance of the QueryCheckStatesEventArgs class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public QueryCheckStatesEventArgs(
    object fValue,
    CheckState checkState
)

Parameters

Name Type Description
fValue Object

A Object expression representing the check editor’s edited value.

checkState CheckState

A CheckState enumeration value representing the editor’s check state.

Remarks

The QueryCheckStatesEventArgs class is created automatically when the RepositoryItemCheckEdit.QueryCheckStateByValue or RepositoryItemCheckEdit.QueryValueByCheckState event is raised.

Values passed as the constructor’s parameters are used to initialize the corresponding properties available via arguments of the processed events.

See Also