QueryValueByCheckStateEventArgs(CheckState) Constructor
In This Article
Creates an instance of the QueryValueByCheckStateEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public QueryValueByCheckStateEventArgs(
CheckState state
)
#Parameters
Name | Type | Description |
---|---|---|
state | Check |
A Check |
#Remarks
Instances of the QueryValueByCheckStateEventArgs class are automatically created and transmitted to RepositoryItemCheckEdit.QueryValueByCheckState event handlers when the event is raised.
See Also