QueryResultValueEventArgs(Object) Constructor
Creates a new QueryResultValueEventArgs object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fValue | Object | An object specifying the editor value. This value is assigned to the QueryResultValueEventArgs.Value property. |
See Also