MobileForms Toolkit Documentation

AdvancedComboBox.ButtonClick Event

Occurs when the button in the control is clicked.

public event ButtonEventHandler ButtonClick;

Remarks

Occurs when the button in the control is clicked. When the user clicks the button, ButtonClick event will occur instead of other actions, like selecting the item or clicking the cell. ButtonClick event can occur also in rows, that are not selected, without selecting the item.

ButtonClick event has arguments of type CellEventArgs.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace