'Declaration
Protected Overridable Sub OnTextChanging( _ ByVal sender As Object, _ ByVal e As TextChangingEventArgs _ )
'Usage
Dim instance As DropDownEditor Dim sender As Object Dim e As TextChangingEventArgs instance.OnTextChanging(sender, e)
protected virtual void OnTextChanging( object sender, TextChangingEventArgs e )
Parameters
- sender
- An System.Object value that indicates the event sender.
- e
- The TextChangingEventArgs instance that contains the event data.