InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputTimePicker Class / ValueChanged Event

In This Topic
    ValueChanged Event (InputTimePicker)
    In This Topic
    Fires when the Value property changes.
    Syntax
    'Declaration
     
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also