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

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

    Parameters

    control
    The control from which to unsubscribe events.
    See Also