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

TdxOfficeSearchBoxDropDownMenuItemAddedEvent Type

The OnDropDownMenuItemAdded event’s procedural type.

#Declaration

Delphi
TdxOfficeSearchBoxDropDownMenuItemAddedEvent = procedure(Sender: TdxOfficeSearchBoxProperties; ASourceItem: TObject; ADropDownMenuItem: TdxBarItemLink) of object;

#Parameters

Name Type
Sender TdxOfficeSearchBoxProperties
ASourceItem TObject
ADropDownMenuItem TdxBarItemLink

#Remarks

This event is raised to notify you that a new search result appeared in the search box’s drop-down menu. The Sender parameter provides access to the control that raised the event. The ASourceItem and ADropDownMenuItem parameters allow you to access a newly added UI item and its bar item link in the drop-down menu. You can use the latter parameter to customize the link’s appearance settings.

See Also