void Cell_Panned(object sender, MR.Gestures.PanEventArgs e) { ((TextOnlyViewModel)BindingContext).AddText("Cell_Panned method called"); }
void Cell_Panned(object sender, MR.Gestures.PanEventArgs e) { ((TextOnlyViewModel)BindingContext).AddText("ImageCellXaml.Cell_Panned method called on cell '" + ((ImageCell)sender).Text + "'"); }
void Cell_Panning(object sender, MR.Gestures.PanEventArgs e) { ((TextOnlyViewModel)BindingContext).AddText("ListViewXaml.Cell_Panning method called"); }
protected override void OnPanning(MR.Gestures.PanEventArgs e) { base.OnPanning(e); UpdateMarks(e); }
void Red_Panned(object sender, MR.Gestures.PanEventArgs e) { AddText("BoxViewXaml.Red_Panned method called"); }
void Cell_Panning(object sender, MR.Gestures.PanEventArgs e) { ((TextOnlyViewModel)BindingContext).AddText("TextCellRecycle.Cell_Panning method called on cell '" + ((TextCell)sender).Text + "'"); }