InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputControlHost Class / OnSubscribeControlEvents Method
The control from which to subscribe events.

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

    Parameters

    control
    The control from which to subscribe events.
    See Also