Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAdornerNotifyEvent Type

The UI adorner event notification type.

#Declaration

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

#Parameters

Name Type
AManager TdxUIAdornerManager
AAdorner TdxCustomAdorner

#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