1 instantiation of ScrolledEventArgs
Microsoft.Maui.Controls (1)
ScrollView\ScrollView.cs (1)
112 Scrolled?.Invoke(this, new ScrolledEventArgs(x, y));
4 references to ScrolledEventArgs
Microsoft.Maui.Controls (4)
ListView\ListView.cs (2)
345 public void SendScrolled(ScrolledEventArgs args) 382 public event EventHandler<ScrolledEventArgs> Scrolled;
ScrollView\ScrollView.cs (1)
239 public event EventHandler<ScrolledEventArgs> Scrolled;
SwipeView\SwipeView.cs (1)
347 void OnParentScrolled(object? sender, ScrolledEventArgs e)