Skip to main content

TdxUIAdornerManager.OnAdornerChanged Event

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

Declaration

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