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

TdxUIAdornerManager.OnActiveChanged Event

In This Article

Allows you to respond to disabling or enabling a UI adorner layer.

#Declaration

Delphi
property OnActiveChanged: TdxAdornersNotifyEvent read; write;

#Remarks

This event occurs when the badge or guide adorner layer activates or deactivates (that is, the badge or guide collection’s Active property value changes).

Refer to the TdxAdornersNotifyEvent procedural type description for detailed information about parameters accessible from the OnActiveChanged event handler.

See Also