Skip to main content

CustomDisplayTextEventHandler Delegate

Represents a method that will handle the BaseEdit.CustomDisplayText event.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public delegate void CustomDisplayTextEventHandler(
    object sender,
    CustomDisplayTextEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e CustomDisplayTextEventArgs

A CustomDisplayTextEventArgs object that contains event data.

See Also