Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnEditTextChanged Method
Source of event
Event data


In This Topic
OnEditTextChanged Method (FpCombo)
In This Topic
Raises the edit text changed.
Syntax
'Declaration
 
Protected Overrides Sub OnEditTextChanged( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpCombo
Dim sender As Object
Dim e As EventArgs
 
instance.OnEditTextChanged(sender, e)

Parameters

sender
Source of event
e
Event data
See Also