Occurs when the list is to be closed.
The event handler receives an argument of type DropDownEventArgs containing data related to this event. The following DropDownEventArgs properties provide information specific to this event.
When user selects an item or clicks on arrow, this event is raised and if Cancel property of DropDownEventArgs is not set to true the list is closed. If you want to handle closing of list in some special way (for example showing list only when specific cell was clicked), set Cancel property to true.
DropDownClosed event has arguments of type DropDownEventArgs.
AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace