Name | Description | |
---|---|---|
![]() | BoundValueChanged | Fires when the value of the BoundValue property changes. |
![]() | ChangeCanceled | Fires when the user cancels changes to the component contents. |
![]() | ChangeCommitted | Fires when the user commits changes to the component contents. |
![]() | Click | Fires when the component is clicked. |
![]() | ContextMenuShowing | Fires when the context menu should appear. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | DoubleClick | Fires when the component is double-clicked. |
![]() | GotFocus | Fires when the component receives the focus. |
![]() | KeyDown | Fires when a key is pressed while the component has focus. |
![]() | KeyPress | Fires when a key is pressed while the component has focus. |
![]() | KeyUp | Fires when a key is released while the component has focus. |
![]() | LostFocus | Fires when the component loses the focus. |
![]() | MouseDown | Fires when the user presses a mouse button on the component. |
![]() | MouseEnter | Fires when the mouse enters the bounds of a component. |
![]() | MouseLeave | Fires when the mouse leaves the bounds of a component. |
![]() | MouseMove | Fires when the user moves the mouse over the component. |
![]() | MouseUp | Fires when the user releases a mouse button over the component. |
![]() | TextChanged | Fires when the value of the Text property changes. |
![]() | Validated | Fires after the contents of a component have been validated. |
![]() | Validating | Fires to validate the contents of a component before it loses focus. |