Back to Devexpress

TdxAdornerNotifyEvent Type

vcl-dxuiadorners-a3e96e3d.md

latest1.3 KB
Original Source

TdxAdornerNotifyEvent Type

The UI adorner event notification type.

Declaration

delphi
TdxAdornerNotifyEvent = procedure(AManager: TdxUIAdornerManager; AAdorner: TdxCustomAdorner) of object;

Parameters

NameType
AManagerTdxUIAdornerManager
AAdornerTdxCustomAdorner

Remarks

Use the AManager and AAdorner parameters to access the UI adorner manager and the adorner that raised a TdxAdornerNotifyEvent event. To access the adorner’s type-specific members, you need to cast AAdorner to its actual type (TdxBadge, for instance).

The following events reference the TdxAdornerNotifyEvent procedural type:

See Also

TdxAdornersNotifyEvent

dxUIAdorners Unit