Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnSelectedValueChanged Method
EventArgs object that contains the event data


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

Parameters

e
EventArgs object that contains the event data
See Also