Skip to main content

TdxOfficeSearchBoxProperties.OnDropDownMenuItemAdding Event

Occurs before adding a new item to the drop-down menu.

Declaration

property OnDropDownMenuItemAdding: TdxOfficeSearchBoxDropDownMenuItemAddingEvent read; write;

Remarks

This event is raised when the control is about to add an item to the search results list allowing you to omit specific results.

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

See Also