ActiveReports 10
MouseWheel Event (Viewer)

GrapeCity.ActiveReports.Viewer.Silverlight.v10 Assembly > GrapeCity.ActiveReports Namespace > Viewer Class : MouseWheel Event
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