TdxOfficeSearchBoxDropDownMenuItemAddedEvent Type
The OnDropDownMenuItemAdded event’s procedural type.
#Declaration
TdxOfficeSearchBoxDropDownMenuItemAddedEvent = procedure(Sender: TdxOfficeSearchBoxProperties; ASourceItem: TObject; ADropDownMenuItem: TdxBarItemLink) of object;
#Parameters
Name | Type |
---|---|
Sender | Tdx |
ASource |
TObject |
ADrop |
Tdx |
#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.