Search
ButtonComponent Events
 


 Public Events

  Name Description

Clicked

Raised when the button is clicked.

CustomDraw

Raised when the button is drawn to allow for custom drawing.

GotFocus

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

LostFocus

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

MouseMove

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

RepeatEnded

Raised when a repeat button has been released.

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