FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridIncrementalLoadingCell Class / OnMouseWheel Method

In This Topic
    OnMouseWheel Method (GridIncrementalLoadingCell)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseWheel( _
       ByVal e As MouseWheelEventArgs _
    ) 
    protected virtual void OnMouseWheel( 
       MouseWheelEventArgs e
    )

    Parameters

    e
    See Also