Click or drag to resize

TextChangingEventArgsNewText Property

Gets the new text the control will contain after the change.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string NewText { get; }

Property Value

Type: String
The new text.
See Also