Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollablePanel 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 Sub OnScrollPositionChanged( _
       ByVal e As EventArgs _
    ) 
    protected void OnScrollPositionChanged( 
       EventArgs e
    )

    Parameters

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