Name | Description | |
---|---|---|
BoundValueChanged | Fires when the value of the BoundValue property changes. (Inherited from C1.Win.InputPanel.InputComponent) | |
ChangeCanceled | Fires when the user cancels changes to the component contents. (Inherited from C1.Win.InputPanel.InputComponent) | |
ChangeCommitted | Fires when the user commits changes to the component contents. (Inherited from C1.Win.InputPanel.InputComponent) | |
Click | Fires when the component is clicked. (Inherited from C1.Win.InputPanel.InputComponent) | |
ContextMenuShowing | Fires when the context menu should appear. (Inherited from C1.Win.InputPanel.InputComponent) | |
Disposed | (Inherited from System.ComponentModel.Component) | |
DoubleClick | Fires when the component is double-clicked. (Inherited from C1.Win.InputPanel.InputComponent) | |
FormatChanged | Fires when the Format property changes. | |
GotFocus | Fires when the component receives the focus. (Inherited from C1.Win.InputPanel.InputComponent) | |
KeyDown | Fires when a key is pressed while the component has focus. (Inherited from C1.Win.InputPanel.InputComponent) | |
KeyPress | Fires when a key is pressed while the component has focus. (Inherited from C1.Win.InputPanel.InputComponent) | |
KeyUp | Fires when a key is released while the component has focus. (Inherited from C1.Win.InputPanel.InputComponent) | |
LostFocus | Fires when the component loses the focus. (Inherited from C1.Win.InputPanel.InputComponent) | |
MouseDown | Fires when the user presses a mouse button on the component. (Inherited from C1.Win.InputPanel.InputComponent) | |
MouseEnter | Fires when the mouse enters the bounds of a component. (Inherited from C1.Win.InputPanel.InputComponent) | |
MouseLeave | Fires when the mouse leaves the bounds of a component. (Inherited from C1.Win.InputPanel.InputComponent) | |
MouseMove | Fires when the user moves the mouse over the component. (Inherited from C1.Win.InputPanel.InputComponent) | |
MouseUp | Fires when the user releases a mouse button over the component. (Inherited from C1.Win.InputPanel.InputComponent) | |
PrepareTimeFormat | Fires when the TimeFormat property is recreated. | |
SpinButtonClick | Fires when the up/down buttons are clicked, before their built-in processing. | |
TextChanged | Fires when the value of the Text property changes. (Inherited from C1.Win.InputPanel.InputComponent) | |
Validated | Fires after the contents of a component have been validated. (Inherited from C1.Win.InputPanel.InputComponent) | |
Validating | Fires to validate the contents of a component before it loses focus. (Inherited from C1.Win.InputPanel.InputComponent) | |
ValueChanged | Fires when the Value property changes. |