[]
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 that indicates whether the changing action is canceled. |
string | result | A string value that indicates the result after the changing action. |