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

CustomDisplayTextEventHandler Delegate

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

Namespace: DevExpress.Xpf.Editors

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

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