[]
Creates an instance of the MaskedTextChangedEventArgs class.
public MaskedTextChangedEventArgs(string newText, string oldText)
Public Sub New(newText As String, oldText As String)
| Type | Name | Description |
|---|---|---|
| string | newText | The new text. |
| string | oldText | The old text. |