InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComponentCollection Class / OnValidate Method

In This Topic
    OnValidate Method (InputComponentCollection)
    In This Topic
    Checks that the value argument derives from InputComponent.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnValidate( _
       ByVal value As Object _
    ) 
    protected override void OnValidate( 
       object value
    )

    Parameters

    value
    See Also