C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / C1FormatEditor Class / MouseWheel Event

MouseWheel Event (C1FormatEditor)
Syntax
'Declaration
 
Public Event MouseWheel As MouseWheelEventHandler
 
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