MaskedTextBoxChangeEvent
Interface
The arguments for the change event of the MaskedTextBox.
Definition
Package:@progress/kendo-vue-inputs
Properties
event
Event
A native DOM event.
selectionEnd
number
Specifies the end of the selection which will be set to the MaskedTextBox when it is updated.
selectionStart
number
Specifies the start of the selection which will be set to the MaskedTextBox when it is updated.
target
any
An event target.
value
any
The current value of the component.