InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class


In This Topic
    InputDataNavigator Class Events
    In This Topic

    For a list of all members of this type, see InputDataNavigator members.

    Public Events
     NameDescription
    Public EventOccurs when a navigator button is clicked, before its built-in processing.  
    Public EventOccurs when a navigator button is clicked.  
    Public EventFires when the user cancels changes to the component contents. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when the user commits changes to the component contents. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventOccurs before deleting a row. Allows to ask the user and cancel deleting if necessary.  
    Public EventFires when the context menu should appear. (Inherited from C1.Win.InputPanel.InputComponent)
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the 'Edit' button has been clicked.  
    Public EventOccurs when an exception is thrown performing an action on button click.  
    Public EventFires when the component receives the focus. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when a key is pressed while the component has focus. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when a key is pressed while the component has focus. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when a key is released while the component has focus. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when the component loses the focus. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when the user presses a mouse button on the component. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when the mouse enters the bounds of a component. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when the mouse leaves the bounds of a component. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when the user moves the mouse over the component. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventFires when the user releases a mouse button over the component. (Inherited from C1.Win.InputPanel.InputComponent)
    Public EventOccurs when the current position has been changed.  
    Public EventOccurs when the 'Reload Data' button has been clicked.  
    Public EventOccurs when the 'Save Data' button has been clicked.  
    Top
    See Also