New to Kendo UI for Vue? Start a free 30-day trial
MaskedTextBoxChangeEvent
The arguments for the change event of the MaskedTextBox.
| Name | Type | Default | Description | 
|---|---|---|---|
| event | 
 | A native DOM event. | |
| selectionEnd | 
 | Specifies the end of the selection which will be set to the MaskedTextBox when it is updated. | |
| selectionStart | 
 | Specifies the start of the selection which will be set to the MaskedTextBox when it is updated. | |
| target | 
 | An event target. | |
| value | 
 | The current value of the component. |