Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / OnValueChanged Method
The System.EventArgs instance that contains the event data


In This Topic
    OnValueChanged Method (FpScrollBar)
    In This Topic
    Raises the ValueChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnValueChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpScrollBar
    Dim e As EventArgs
     
    instance.OnValueChanged(e)
    protected virtual void OnValueChanged( 
       EventArgs e
    )

    Parameters

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