MouseWheelEventHandler Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Represents the method that will handle the MouseWheel routed event.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- sender
- Type: System::Object
The object where the event handler is attached.
- e
- Type: System.Windows.Input::MouseWheelEventArgs
The event data for the event.
Because MouseWheel is a routed event, it can invoke handlers on objects other than the object that raised the event.
Show: