MaskedFocusEventArgs

Interface represents the event arguments for the focus 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.

selectionEnd Number

Gets the selection end value based on the mask length.

selectionStart Number

Gets the selection start value.

value String

Gets the value of the masked textbox excluding the masked characters.