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

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

    Parameters

    value
    The object to validate.
    See Also