2 instantiations of ScrollToRequestEventArgs
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
160
OnScrollToRequested(new
ScrollToRequestEventArgs
(index, groupIndex, position, animate));
167
OnScrollToRequested(new
ScrollToRequestEventArgs
(item, group, position, animate));
2 references to ScrollToRequestEventArgs
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (2)
189
public event EventHandler<
ScrollToRequestEventArgs
> ScrollToRequested;
210
protected virtual void OnScrollToRequested(
ScrollToRequestEventArgs
e)