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.OnAdornerChanged Event

In This Article

Allows you to respond to setting changes in a UI adorner.

#Declaration

Delphi
property OnAdornerChanged: TdxAdornerNotifyEvent read; write;

#Remarks

This event occurs every time any property of a guide or badge adorner is changed, including sub-properties. To respond to a change in a specific adorner, you can either handle its OnChanged event or identify the adorner (by using its class name and index within the corresponding collection, for instance) within the OnAdornerChanged event handler.

Refer to the TdxAdornerNotifyEvent procedural type description for detailed information on all parameters accessible from the OnAdornerChanged event handler.

See Also