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

TdxAdornersNotifyEvent Type

The UI adorner collection event notification type.

#Declaration

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

#Parameters

Name Type
AManager TdxUIAdornerManager
AAdorners TdxCustomAdorners

#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