Spread Windows Forms 12.0 Product Documentation
OnValueChanged Method (FpScrollBar)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBar Class : OnValueChanged Method
The System.EventArgs instance that contains the event data
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

Reference

FpScrollBar Class
FpScrollBar Members