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

ConvertEditValueEventArgs(Object) Constructor

Creates a new ConvertEditValueEventArgs object and initializes its ConvertEditValueEventArgs.Value property.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public ConvertEditValueEventArgs(
    object fValue
)

Parameters

Name Type Description
fValue Object

An object representing the editor’s new value. This value is assigned to the ConvertEditValueEventArgs.Value property.

See Also