Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / OnValueChanged Method
EventArgs object containing the event data


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

Parameters

e
EventArgs object containing the event data
See Also