TdxOfficeSearchBoxProperties.OnDropDownMenuPopulate Event
Occurs after populating the search box’s drop-down menu with items.
Declaration
property OnDropDownMenuPopulate: TdxOfficeSearchBoxDropDownMenuPopulateEvent read; write;
Remarks
This event notifies you that the search result list population is complete.
Refer to the TdxOfficeSearchBoxDropDownMenuPopulateEvent procedural type description for detailed information on available parameters accessible from an OnDropDownMenuPopulate handler.
See Also