FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / OnScrollingDeferred Method
CellRangeEventArgs that contains the event data.

In This Topic
    OnScrollingDeferred Method
    In This Topic
    Raises the ScrollingDeferred event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnScrollingDeferred( _
       ByVal e As CellRangeEventArgs _
    ) 
    protected virtual void OnScrollingDeferred( 
       CellRangeEventArgs e
    )

    Parameters

    e
    CellRangeEventArgs that contains the event data.
    See Also