ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / OnScrollPositionChanged Method
System.EventArgs that contains the event data.

In This Topic
    OnScrollPositionChanged Method
    In This Topic
    Raises the ScrollPositionChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnScrollPositionChanged( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnScrollPositionChanged( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also