MobileForms Toolkit Documentation

AdvancedComboBox.CellClick Event

Occurs when the cell in the selected item of the control is clicked.

public event CellEventHandler CellClick;

Remarks

Occurs when the cell in the item of the control is clicked. When item is not selected, the CellClick event will not occur.

CellClick event has arguments of type CellEventArgs.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace