ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / PointerCollection Class / OnValidate Method

In This Topic
    OnValidate Method (PointerCollection)
    In This Topic
    Checks whather the type of the value argument is allowable for this collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnValidate( _
       ByVal value As System.Object _
    ) 
    protected override void OnValidate( 
       System.object value
    )

    Parameters

    value
    See Also