Search
EditComponent Events
 


 Public Events

  Name Description

Clicked

Raised when the edit component is clicked.

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.

KeyPressed

Raised when a key is pressed while the component has input focus.

KeyUp

Raised when a key is released while the component has input focus.

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.

TextChanging

Raised when the text is about to be changed.

Validated

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

Validating

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

 See Also