TdxUIAdornerManager.OnAdornerClick Event
Allows you to respond to clicking a UI adorner.
Declaration
property OnAdornerClick: TdxAdornerNotifyEvent read; write;
Remarks
A clicked badge or guide adorner accessible via the AAdorner parameter raises this event. To respond to a click on a specific adorner, you can either identify it (by using its class name and index within the corresponding collection, for instance) within the OnAdornerClick event handler or handle the adorner’s OnClick event.
Refer to the TdxAdornerNotifyEvent procedural type description for additional information about parameters accessible from the OnAdornerClick event handler.
See Also