Back to Devexpress

CustomDisplayTextEventHandler Delegate

wpf-devexpress-dot-xpf-dot-editors-634321a7.md

latest1.3 KB
Original Source

CustomDisplayTextEventHandler Delegate

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public delegate void CustomDisplayTextEventHandler(
    object sender,
    CustomDisplayTextEventArgs e
);
vb
Public Delegate Sub CustomDisplayTextEventHandler(
    sender As Object,
    e As CustomDisplayTextEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomDisplayTextEventArgs |

A CustomDisplayTextEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Editors Namespace