OnSelectedValueChanged Method (FpCombo)
In This Topic
Raises the SelectedValueChanged event.
Syntax
'Declaration
Protected Overridable Sub OnSelectedValueChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnSelectedValueChanged(e)
protected virtual void OnSelectedValueChanged(
EventArgs
)
Parameters
- e
- EventArgs object that contains the event data
See Also