The C1MaskedInput type exposes the following members.

Events

  NameDescription
Public eventCustomButtonClick
Fires when the user clicks the custom button.
Public eventDateChanged
Fires when the Date value is changed.
Public eventGotFocus
Fires when the input gets focus.
Public eventInit
Fires when the input is initialized.
Public eventInvalidInput
Fires when the user enters invalid input in the control.
Public eventKeyDown
Fires when the user presses a key.
Public eventKeyPress
Fires when the user presses an alphanumeric key.
Public eventKeyUp
Fires when the user releases a key.
Public eventLostFocus
Fires when the focus moves out.
Public eventMouseDown
Fires when the user clicks the control with either mouse button.
Public eventMouseOut
Fires when the user moves the mouse pointer outside the boundaries of the control.
Public eventMouseOver
Fires when the user moves the mouse pointer into the control.
Public eventMouseUp
Fires when the user releases a mouse button while the mouse is over the control.
Public eventTextChanged
Fires when the user changes text in the control.
Public eventValueBoundsExceeded
Fires immediately after the value typed in the input box is out of Min or Max bounds.

See Also