ChangedEventArgs

Interface represents the event arguments for the change event.

Properties

element String

Gets the HTML element of the textbox.

event EmitType<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.

previousValue String

Gets the previous value of the textbox.

value String

Gets the value of the textbox.