MaskedBlurEventArgs
Interface represents the event arguments for the blur
event.
Properties
container HTMLElement
Gets the container HTML element of the masked textbox.
event KeyboardEvent MouseEvent Event
Gets the original triggered event arguments.
maskedValue String
Gets the value of the masked textbox including the masked characters.
name String
Gets the name of the event.
value String
Gets the value of the masked textbox excluding the masked characters.