FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / OnVisibleChanged Method

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

    Parameters

    e
    See Also