ActiveReports 10
PreviewMouseWheel Event

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : PreviewMouseWheel Event
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
Syntax
'Declaration
 
Public Event PreviewMouseWheel As MouseWheelEventHandler
public event MouseWheelEventHandler PreviewMouseWheel
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