Back to Devexpress

TdxUIAdornerManager.OnAdornerClick Event

vcl-dxuiadorners-dot-tdxuiadornermanager-d46fb9ef.md

latest1.2 KB
Original Source

TdxUIAdornerManager.OnAdornerClick Event

Allows you to respond to clicking a UI adorner.

Declaration

delphi
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

TdxUIAdornerManager Class

TdxUIAdornerManager Members

dxUIAdorners Unit