Click or drag to resize

TextChangingEventArgsText Property

Gets the text that is to be inserted at the given Range, or string.Empty if text will be deleted.

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

Property Value

Type: String
The text to be inserted.
See Also