Skip to main content

TdxUIAdornerManager.OnActiveChanged Event

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

Declaration

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