MaskedChangeEventArgs
Interface represents the event arguments for the change
event.
Properties
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.
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.