Skip to main content

TdxOfficeSearchBoxProperties.OnDropDownMenuItemAdded Event

Occurs after adding a new item to the list of search results.

Declaration

property OnDropDownMenuItemAdded: TdxOfficeSearchBoxDropDownMenuItemAddedEvent read; write;

Remarks

This event is raised to notify you that new results are added to the search box.

Refer to the TdxOfficeSearchBoxDropDownMenuItemAddedEvent procedural type description for more information on the available parameters accessible from an OnDropDownMenuItemAdded handler.

See Also