Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxUIAdornerManager.OnAdornerClick Event

In This Article

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