Name | Description | |
---|---|---|
![]() | BeforeButtonClick | Occurs when a navigator button is clicked, before its built-in processing. |
![]() | ButtonClick | Occurs when a navigator button is clicked. |
![]() | 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) |
![]() | ConfirmDelete | Occurs before deleting a row. Allows to ask the user and cancel deleting if necessary. |
![]() | ContextMenuShowing | Fires when the context menu should appear. (Inherited from C1.Win.InputPanel.InputComponent) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Editing | Occurs when the 'Edit' button has been clicked. |
![]() | Error | Occurs when an exception is thrown performing an action on button click. |
![]() | 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) |
![]() | PositionChanged | Occurs when the current position has been changed. |
![]() | ReloadData | Occurs when the 'Reload Data' button has been clicked. |
![]() | SaveData | Occurs when the 'Save Data' button has been clicked. |