TextChangingEventArgs Constructor (String, String, Boolean) |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TextChangingEventArgs(
string oldText,
string newText,
bool fromUser
)
Public Sub New (
oldText As String,
newText As String,
fromUser As Boolean
)
new :
oldText : string *
newText : string *
fromUser : bool -> TextChangingEventArgs
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