Click or drag to resize

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; }

Property Value

Type: String
The old text value.
Remarks
This is the same as the Text property of the control.
See Also