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