Click or drag to resize

TextBox.TextChanging Event

Event to handle before the text is changed to allow cancelling any change events triggered by the user.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<TextChangingEventArgs> TextChanging

Value

Type: System.EventHandler<TextChangingEventArgs>
See Also