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; }
Public ReadOnly Property Text As String
Get
member Text : string with get
Property Value
Type:
StringThe text to be inserted.
See Also