4 instantiations of PanUpdatedEventArgs
Microsoft.Maui.Controls (4)
PanGestureRecognizer.cs (4)
26 PanUpdated?.Invoke(sender, new PanUpdatedEventArgs(GestureStatus.Running, gestureId, totalX, totalY)); 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));
1 reference to PanUpdatedEventArgs
Microsoft.Maui.Controls (1)
PanGestureRecognizer.cs (1)
44 public event EventHandler<PanUpdatedEventArgs> PanUpdated;