Event TextChanging
Changing event, raised before the Text changes and can be canceled or changing the new text.
public event EventHandler<CancelEventArgs<string>> TextChanging
Returns
- EventHandler<CancelEventArgs<string>>
- Changing event, raised before the changes and can be canceled or changing the new text.