OnUnsubscribeControlEvents Method (RibbonControlHost)
Unsubscribes events from the hosted control.
protected virtual void OnUnsubscribeControlEvents(
System.Windows.Forms.Control
)
'Declaration
Protected Overridable Sub OnUnsubscribeControlEvents( _
ByVal As System.Windows.Forms.Control _
)
Parameters
- control
- The control from which to unsubscribe events.