TimePickerChangeEventArgs
Interface represents the event arguments for the change
event.
Properties
element HTMLElement HTMLInputElement
Gets the HTML element that triggered the event.
event KeyboardEvent MouseEvent Event
Gets the original triggered event arguments.
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
name String
Gets the name of the event.
text String
Gets currently selected text from the list.
value String
Gets currently selected value from the list.