'Declaration
Protected Overridable Sub OnTextChanging( _ ByVal e As TextChangingEventArgs _ )
'Usage
Dim instance As EditBase Dim e As TextChangingEventArgs instance.OnTextChanging(e)
protected virtual void OnTextChanging( TextChangingEventArgs e )
Parameters
- e
- The TextChangingEventArgs instance that contains the event data.