C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComponent Class


In This Topic
InputComponent Class Events
In This Topic

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

Public Events
 NameDescription
Public EventFires when the value of the BoundValue property changes.  
Public EventFires when the user cancels changes to the component contents.  
Public EventFires when the user commits changes to the component contents.  
Public EventFires when the component is clicked.  
Public EventFires when the context menu should appear.  
Public Event (Inherited from System.ComponentModel.Component)
Public EventFires when the component is double-clicked.  
Public EventFires when the component receives the focus.  
Public EventFires when a key is pressed while the component has focus.  
Public EventFires when a key is pressed while the component has focus.  
Public EventFires when a key is released while the component has focus.  
Public EventFires when the component loses the focus.  
Public EventFires when the user presses a mouse button on the component.  
Public EventFires when the mouse enters the bounds of a component.  
Public EventFires when the mouse leaves the bounds of a component.  
Public EventFires when the user moves the mouse over the component.  
Public EventFires when the user releases a mouse button over the component.  
Public EventFires when the value of the Text property changes.  
Public EventFires after the contents of a component have been validated.  
Public EventFires to validate the contents of a component before it loses focus.  
Top
See Also