• What is KendoReact
  • Getting Started
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilitiesupdated
    • Conversational UI
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editorupdated
    • Excel Export
    • File Saver
    • Formupdated
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewerupdated
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

MaskedTextBoxChangeEvent

The arguments for the change event of the MaskedTextBox.

NameTypeDefaultDescription

nativeEvent

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.

syntheticEvent

SyntheticEvent<HTMLElement>

A React SyntheticEvent.

target

MaskedTextBoxHandle

An event target.

value

any

The current value of the component.