GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / HandleScroll Method
This is a ScrollEventArgs
In This Topic
    HandleScroll Method
    In This Topic
    This is the event handler for both scroll bars.
    Syntax
    public virtual void HandleScroll( 
       object sender,
       ScrollEventArgs e
    )

    Parameters

    sender
    e
    This is a ScrollEventArgs
    Remarks
    This method sets the DocPosition property according to the new value.
    See Also