• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

MaskedTextBoxChangeEvent

The arguments for the change event of the MaskedTextBox.

NameTypeDefaultDescription

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.

In this article

Not finding the help you need?