[]
Initializes a new instance of the TextChangingEventArgs class.
public TextChangingEventArgs(bool cancel, string result)
Public Sub New(cancel As Boolean, result As String)
Type | Name | Description |
---|---|---|
bool | cancel | A bool value indicating whether the changing action is cancelled. |
string | result | A string value indicating the result after changing action. |