DataGrid.OnPointerWheelChanged(PointerRoutedEventArgs) Method

Definition

Scrolls the DataGrid according to the direction of the delta.

protected override void OnPointerWheelChanged (Windows.UI.Xaml.Input.PointerRoutedEventArgs e);
override this.OnPointerWheelChanged : Windows.UI.Xaml.Input.PointerRoutedEventArgs -> unit
Protected Overrides Sub OnPointerWheelChanged (e As PointerRoutedEventArgs)

Parameters

e
Windows.UI.Xaml.Input.PointerRoutedEventArgs

PointerRoutedEventArgs

Applies to