Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HorizontalSplitBar Class / MouseWheel Event


In This Topic
    MouseWheel Event (HorizontalSplitBar)
    In This Topic
    Syntax
    'Declaration
     
    Public Event MouseWheel As MouseWheelEventHandler
    'Usage
     
    Dim instance As HorizontalSplitBar
    Dim handler As MouseWheelEventHandler
     
    AddHandler instance.MouseWheel, handler
    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
    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