Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItemCollectionBase Class / OnValidate Method
The object to validate.

In This Topic
    OnValidate Method (RibbonItemCollectionBase)
    In This Topic
    Performs additional custom processes when validating a value.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnValidate( _
       ByVal value As Object _
    ) 
    protected override void OnValidate( 
       object value
    )

    Parameters

    value
    The object to validate.
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in Visual Basic).
    See Also