Search
NumericEditComponent Events
 


 Public Events

  Name Description

Clicked

Raised when the edit component is clicked. (Inherited from EditComponent.)

GotFocus

Raised when the component receives the input focus. (Inherited from ComponentBase.)

KeyDown

Raised when a key is pressed while the component has input focus. (Inherited from EditComponent.)

KeyPressed

Raised when a key is pressed while the component has input focus. (Inherited from EditComponent.)

KeyUp

Raised when a key is released while the component has input focus. (Inherited from EditComponent.)

LostFocus

Raised when the component loses the input focus. (Inherited from ComponentBase.)

MouseMove

Raised when the mouse moves over the component. (Inherited from ComponentBase.)

TextChanged

Raised when the text is changed. (Inherited from EditComponent.)

TextChanging

Raised when the text is about to be changed. (Inherited from EditComponent.)

Validated

Raised after the component has lost input focus. (Inherited from ComponentBase.)

ValidateValue

Raised when the value inside the control needs to be validated.

Validating

Raised when the component is about to lose input focus in order to validate it. (Inherited from ComponentBase.)

ValueChanged

Raised when Value has changed.

 See Also