Click or drag to resize

TextChangingEventArgs Constructor (String, String, 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 oldText,
	string newText,
	bool fromUser
)

Parameters

oldText
Type: SystemString
New text for the control
newText
Type: SystemString
Old text for the control
fromUser
Type: SystemBoolean
Value indicating that the change was initiated from the user
See Also