Skip to main content
All docs
V23.2

ConvertEditValueEventArgs(Object, Boolean) Constructor

Initializes a new instance of the ConvertEditValueEventArgs class with specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ConvertEditValueEventArgs(
    object fValue,
    bool handled
)

Parameters

Name Type
fValue Object
handled Boolean
See Also