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

ConvertEditValueEventArgs(RoutedEvent) Constructor

Initializes a new instance of the ConvertEditValueEventArgs class.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public ConvertEditValueEventArgs(
    RoutedEvent routedEvent
)

Parameters

Name Type Description
routedEvent RoutedEvent

A routed event identifier.

See Also