ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / OnUnsubscribeControlEvents Method
The control from which to unsubscribe events.

In This Topic
    OnUnsubscribeControlEvents Method
    In This Topic
    Unsubscribes events from the hosted control.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnUnsubscribeControlEvents( _
       ByVal control As System.Windows.Forms.Control _
    ) 
    protected virtual void OnUnsubscribeControlEvents( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    The control from which to unsubscribe events.
    See Also