Skip to main content

QueryResultValueEventArgs(Object) Constructor

Creates a new QueryResultValueEventArgs object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public QueryResultValueEventArgs(
    object fValue
)

Parameters

Name Type Description
fValue Object

An object specifying the editor value. This value is assigned to the QueryResultValueEventArgs.Value property.

See Also