QueryCheckStatesEventArgs(Object, CheckState) Constructor
Creates an instance of the QueryCheckStatesEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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