Occurs when the button in the control is clicked.
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.
AdvancedList Class | Resco.Controls.AdvancedList Namespace