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

In This Topic
    OnUnsubscribeControlEvents Method (InputControlHost)
    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