Skip to main content
A newer version of this page is available. .

QueryResultValueEventArgs(Object) Constructor

Creates a new QueryResultValueEventArgs object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

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