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

In This Topic
    OnControlRemoved Method
    In This Topic
    Raises the ControlRemoved event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnControlRemoved( _
       ByVal e As System.Windows.Forms.ControlEventArgs _
    ) 
    protected override void OnControlRemoved( 
       System.Windows.Forms.ControlEventArgs e
    )

    Parameters

    e
    See Also