MobileForms Toolkit Documentation

AdvancedList.OnButton Method 

Handles the ButtonClick event.

protected virtual void OnButton(
ButtonCell c,
Row r,
Point index,
int yOffset
);

Parameters

c
ButtonCell that was clicked.
r
Row that was clicked.
index
Point containing indexes of row and cell.
yOffset
Vertical offset of the row.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace