ComponentOne MultiSelect for WinForms
C1.Win.Input.Validation Namespace / PreValidation Class / OnValidated Method

In This Topic
    OnValidated Method (PreValidation)
    In This Topic
    Raises the Validated event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnValidated( _
       ByVal e As PreValidationEventArgs _
    ) 
    protected virtual void OnValidated( 
       PreValidationEventArgs e
    )

    Parameters

    e
    See Also