|
public void Execute(object parameter)
{
var eventArgs = parameter as GridTappedEventArgs;
var rowData = eventArgs.RowData;
var rowColumnIndex = eventArgs.RowColumnIndex;
} |
Hi,how can I retrieve data from the "rowData" variable?During debugging I see the data, but I have not the possibility to access it.For more details, you can see the attached imageMany thanks.RegardsAlessio
Attachment: Image_22302c3d.zip