Exemple #1
0
 private void ListView_SwipeEnded(object sender, Syncfusion.ListView.XForms.SwipeEndedEventArgs e)
 {
     itemIndex = (TS_BEDeposito)e.ItemData;
 }
Exemple #2
0
 private void ListView_SwipeStarted(object sender, Syncfusion.ListView.XForms.SwipeStartedEventArgs e)
 {
     itemIndex = null;
 }