ActiveReports 10
MouseWheel Event (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : MouseWheel Event
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
Syntax
'Declaration
 
Public Event MouseWheel As MouseWheelEventHandler
public event MouseWheelEventHandler MouseWheel
Event Data

The event handler receives an argument of type MouseWheelEventArgs containing data related to this event. The following MouseWheelEventArgs properties provide information specific to this event.

PropertyDescription
 
 
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
See Also