Method OnTextChanged
OnTextChanged(EventArgs<string>)
Called when the text has changed. Subclasses can override this to perform custom actions.
public virtual void OnTextChanged(EventArgs<string> args)
Parameters
argsEventArgs<string>An EventArgs<T> object that contains the event data for the text change.