NumericTextBoxBlurEventArgs
Interface represents the event arguments for the blur
event.
Properties
container HTMLElement
Gets the container HTML element of the numeric textbox.
event KeyboardEvent MouseEvent Event
Gets the original triggered event arguments.
name String
Gets the name of the event.
value String
Gets the value of the numeric textbox.