Click or drag to resize

TextChangingEventArgs Constructor (String, RangeInt32, Boolean)

Initializes a new instance of the TextChangingEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TextChangingEventArgs(
	string text,
	Range<int> range,
	bool fromUser
)

Parameters

text
Type: SystemString
Text to be replaced in the range.
range
Type: Eto.FormsRangeInt32
Range of text to be effected.
fromUser
Type: SystemBoolean
Value indicating that the change was initiated from the user
See Also