'Declaration
Protected Overridable Sub OnTextChanged( _ ByVal sender As Object, _ ByVal e As EventArgs _ )
'Usage
Dim instance As DropDownEditor Dim sender As Object Dim e As EventArgs instance.OnTextChanged(sender, e)
Parameters
- sender
- An System.Object value that indicates the event sender.
- e
- The System.EventArgs instance that contains the event data.