MobileForms Toolkit Documentation

AdvancedComboBox.DroppingDown Event

Occurs when the list is to be dropped down. (popup)

public event DropDownHandler DroppingDown;

Event Data

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.

Property Description
Cancel  
CellIndex  
ItemIndex  

Remarks

When user clicks on AdvancedComboBox and list is not shown this event is raised. When Cancel property of DropDownEventArgs is not set to true, the list shows. If you want to handle showing of list in some special way (for example showing list only when specific cell was clicked), set Cancel property to true.

DropDown event has arguments of type DropDownEventArgs.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace