ChangedEventArgs
12 Sep 20251 minute to read
Properties
element HTMLElement|HTMLInputElement
Defines the element.
event KeyboardEvent|MouseEvent|Event
Specifies the original event arguments.
isInteracted boolean
If the event is triggered by interaction, it returns true. Otherwise, it returns false.
name string
Specifies name of the event.
value Date
Defines the selected date of the Calendar.
values Date[]
Defines the multiple selected date of the Calendar.