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


In This Topic
InputDatePicker Class Events
In This Topic

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

Public Events
 NameDescription
Public EventFires when the value of the BoundValue property changes. (Inherited from C1.Win.InputPanel.InputComponent)
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 EventFires when the component is clicked. (Inherited from C1.Win.InputPanel.InputComponent)
Public EventFires when the context menu should appear. (Inherited from C1.Win.InputPanel.InputComponent)
Public EventFires when a date is clicked in the drop-down calendar.  
Public Event (Inherited from System.ComponentModel.Component)
Public EventFires when the component is double-clicked. (Inherited from C1.Win.InputPanel.InputComponent)
Public EventFires when the drop-down portion of this element is shown. (Inherited from C1.Win.InputPanel.InputDropDown)
Public EventIndicates that the drop-down portion of this element has closed. (Inherited from C1.Win.InputPanel.InputDropDown)
Public EventFires when the Format property changes.  
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 EventFires when the DateFormat property is recreated.  
Public EventFires when the value of the Text property changes. (Inherited from C1.Win.InputPanel.InputComponent)
Public EventFires after the contents of a component have been validated. (Inherited from C1.Win.InputPanel.InputComponent)
Public EventFires to validate the contents of a component before it loses focus. (Inherited from C1.Win.InputPanel.InputComponent)
Public EventFires when the Value property changes.  
Top
See Also