Control.OnPointerWheelChanged(PointerRoutedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before the PointerWheelChanged event occurs.
protected:
virtual void OnPointerWheelChanged(PointerRoutedEventArgs ^ e) = OnPointerWheelChanged;
void OnPointerWheelChanged(PointerRoutedEventArgs const& e);
protected virtual void OnPointerWheelChanged(PointerRoutedEventArgs e);
function onPointerWheelChanged(e)
Protected Overridable Sub OnPointerWheelChanged (e As PointerRoutedEventArgs)
Parameters
Event data for the event.
Remarks
Touchpad input and gestures do not trigger PointerWheelChanged events on a ScrollViewer control. These gestures are handled internally by the ScrollViewer control.