MouseWheelEventHandler Delegate
Represents the method that will handle the MouseWheel routed event.
Namespace: System.Windows.Input
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. For more information about routed events, see Events Overview for Silverlight.
Handling the events that are generated by the mouse wheel might also involve handling HTML Document Object Model (DOM) events. For more information, see Mouse Wheel Input.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.