ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XViewLight Class / OnValidating Method
A System.ComponentModel.CancelEventArgs that contains the event data.

In This Topic
    OnValidating Method (XViewLight)
    In This Topic
    Raises the System.Windows.Forms.Control.Validating event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnValidating( _
       ByVal e As System.ComponentModel.CancelEventArgs _
    ) 
    protected override void OnValidating( 
       System.ComponentModel.CancelEventArgs e
    )

    Parameters

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