Click or drag to resize

TextChangingEventArgsRange Property

Gets the range that the text will be replaced or deleted.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Range<int> Range { get; }

Property Value

Type: RangeInt32
The range.
Remarks
When the Text is empty, then the specified range of text will be deleted. Otherwise, the text in the range will be replaced. Note that the length of the Text will not necessarily match the length of the range.
See Also