MobileForms Toolkit Documentation

AdvancedList.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 row or clicking the cell. ButtonClick event can occur also in rows, that are not selected, without selecting the row.

ButtonClick event has arguments of type ButtonEventArgs.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace