Skip to main content

ConvertEditValueEventArgs(Object) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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