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

In This Topic
    Validating Event (InputGroupHeader)
    In This Topic
    This event is not applicable to InputGroupHeader.
    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