InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputCheckBox Class / OnValidating Method
System.ComponentModel.CancelEventArgs that contains the event data.

In This Topic
    OnValidating Method (InputCheckBox)
    In This Topic
    Raises the Validating event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnValidating( _
       ByVal e As CancelEventArgs _
    ) 
    protected virtual void OnValidating( 
       CancelEventArgs e
    )

    Parameters

    e
    System.ComponentModel.CancelEventArgs that contains the event data.
    See Also