OnTextChanged Method (ControlHostElement)
In This Topic
Override to get text change notifications.
Syntax
'Declaration
Public Overridable Sub OnTextChanged( _
ByVal As EventArgs _
)
public virtual void OnTextChanged(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also