GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / PreviewMouseWheel Event


PreviewMouseWheel Event (SpreadSurfaceChartView)
Syntax
'Declaration
 
Public Event PreviewMouseWheel As MouseWheelEventHandler
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim handler As MouseWheelEventHandler
 
AddHandler instance.PreviewMouseWheel, handler
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
Gets a value that indicates the amount that the mouse wheel has changed.  
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
(Inherited from System.Windows.Input.MouseEventArgs)
See Also