Skip to main content

TdxCustomAdorner.OnChanged Event

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

Declaration

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