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

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

    Parameters

    e
    See Also