MobileForms Toolkit Documentation

AdvancedComboBox.LinkClick Event

Occurs when the link in the control is clicked.

public event LinkEventHandler LinkClick;

Remarks

Occurs when the link in the control is clicked. When the user clicks on the link, LinkClick event will occur instead of other actions, like selecting the item or clicking the cell.

LinkClick event has arguments of type LinkEventArgs.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace