FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridIncrementalLoadingCell Class / PreviewMouseWheel Event

In This Topic
    PreviewMouseWheel Event (GridIncrementalLoadingCell)
    In This Topic
    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
    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