QueryCheckStateByValueEventArgs(Object) Constructor
Creates an instance of the QueryCheckStateByValueEventArgs 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. This value is assigned to the QueryCheckStateByValueEventArgs.Value property. |
Remarks
Instances of the QueryCheckStateByValueEventArgs class are automatically created and transmitted to RepositoryItemCheckEdit.QueryCheckStateByValue event handlers when the event is raised.
See Also