The C1MaskedInput type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | CustomButtonClick |
Fires when the user clicks the custom button.
|
![]() | DateChanged |
Fires when the Date value is changed.
|
![]() | GotFocus |
Fires when the input gets focus.
|
![]() | Init |
Fires when the input is initialized.
|
![]() | InvalidInput |
Fires when the user enters invalid input in the control.
|
![]() | KeyDown |
Fires when the user presses a key.
|
![]() | KeyPress |
Fires when the user presses an alphanumeric key.
|
![]() | KeyUp |
Fires when the user releases a key.
|
![]() | LostFocus |
Fires when the focus moves out.
|
![]() | MouseDown |
Fires when the user clicks the control with either mouse button.
|
![]() | MouseOut |
Fires when the user moves the mouse pointer outside the boundaries of the control.
|
![]() | MouseOver |
Fires when the user moves the mouse pointer into the control.
|
![]() | MouseUp |
Fires when the user releases a mouse button while the mouse is over the control.
|
![]() | TextChanged |
Fires when the user changes text in the control.
|
![]() | ValueBoundsExceeded |
Fires immediately after the value typed in the input box is out of Min or Max bounds.
|