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

In This Topic
    Validating Event (InputTimePicker)
    In This Topic
    Fires to validate the contents of a component before it loses focus.
    Syntax
    'Declaration
     
    Public Event Validating As CancelEventHandler
    public event CancelEventHandler Validating
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also