4 references to PanUpdatedEventArgs
Microsoft.Maui.Controls (4)
PanGestureRecognizer.cs (3)
31 PanUpdated?.Invoke(sender, new PanUpdatedEventArgs(GestureStatus.Canceled, gestureId)); 36 PanUpdated?.Invoke(sender, new PanUpdatedEventArgs(GestureStatus.Completed, gestureId)); 41 PanUpdated?.Invoke(sender, new PanUpdatedEventArgs(GestureStatus.Started, gestureId));
PanUpdatedEventArgs.cs (1)
10 public PanUpdatedEventArgs(GestureStatus type, int gestureId, double totalx, double totaly) : this(type, gestureId)