ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / OnInvalidated Method

In This Topic
    OnInvalidated Method (C1Ribbon)
    In This Topic
    Raises the System.Windows.Forms.Control.Invalidated event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnInvalidated( _
       ByVal e As System.Windows.Forms.InvalidateEventArgs _
    ) 
    protected override void OnInvalidated( 
       System.Windows.Forms.InvalidateEventArgs e
    )

    Parameters

    e
    See Also