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

CustomDisplayTextEventArgs(RoutedEvent) Constructor

Initializes a new instance of the CustomDisplayTextEventArgs class with the specified routed event.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public CustomDisplayTextEventArgs(
    RoutedEvent routedEvent
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

Remarks

Instances of the CustomDisplayTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also