TextChangingEventArgsOldText Property |
Gets the entire old text for the control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string OldText { get; }
Public ReadOnly Property OldText As String
Get
member OldText : string with get
Property Value
Type:
StringThe old text value.
Remarks
This is the same as the
Text property of the control.
See Also