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

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

    Parameters

    control
    The control from which to subscribe events.
    See Also