Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / OnScrollerValueChanged Method
scrollbar from which the event was fired
scroll event arguments


In This Topic
    OnScrollerValueChanged Method
    In This Topic
    Handles the scrollbar Scroll event
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnScrollerValueChanged( _
       ByVal sender As System.Object, _
       ByVal e As ScrollBarEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NView
    Dim sender As System.Object
    Dim e As ScrollBarEventArgs
     
    instance.OnScrollerValueChanged(sender, e)
    protected virtual void OnScrollerValueChanged( 
       System.object sender,
       ScrollBarEventArgs e
    )

    Parameters

    sender
    scrollbar from which the event was fired
    e
    scroll event arguments
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also