Back to Devexpress

TdxAdornersNotifyEvent Type

vcl-dxuiadorners-fd3932c6.md

latest1.1 KB
Original Source

TdxAdornersNotifyEvent Type

The UI adorner collection event notification type.

Declaration

delphi
TdxAdornersNotifyEvent = procedure(AManager: TdxUIAdornerManager; AAdorners: TdxCustomAdorners) of object;

Parameters

NameType
AManagerTdxUIAdornerManager
AAdornersTdxCustomAdorners

Remarks

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

The UI adorner manager’s OnActiveChanged event references the TdxAdornersNotifyEvent procedural type.

See Also

TdxAdornerNotifyEvent

dxUIAdorners Unit