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

TdxCustomAdorner.OnChanged Event

In This Article

Enables you to respond to the UI adorner element’s changes.

#Declaration

Delphi
property OnChanged: TdxAdornerNotifyEvent read; write;

#Remarks

This event occurs every time any property of the guide or badge adorner is changed, including sub-properties. To execute a specific code in response to changing settings in different adorners, you can either handle their OnChanged events or identify individual adorners (by using their class names and indexes within the corresponding collection, for instance) within the UI adorner manager‘s OnAdornerChanged event handler.

Refer to the TdxAdornerNotifyEvent procedural type description for detailed information about all parameters accessible from an OnChanged event handler.

See Also