Esempio n. 1
0
 private void OnPullPercentageChanged(ISupportPullToRefresh lb)
 {
     this.Update(lb.PullPercentage);
 }
Esempio n. 2
0
 public void TrackListBox(ISupportPullToRefresh lb)
 {
     lb.OnPullPercentageChanged = (Action)(() => this.OnPullPercentageChanged(lb));
     this.Update(0.0);
 }