Method RaiseTextChanging
RaiseTextChanging(ResultEventArgs<string>)
Raises the TextChanging event, enabling canceling the change or adjusting the text.
public bool RaiseTextChanging(ResultEventArgs<string> args)
Parameters
args
ResultEventArgs<string>The event arguments.