C1.Win.Ribbon.4.8 Assembly / 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 System.Windows.Forms.Control _
) 
 

Parameters

control
The control from which to unsubscribe events.
See Also