OnUnsubscribeControlEvents Method (RibbonControlHost)
In This Topic
Unsubscribes events from the hosted control.
Syntax
'Declaration
Protected Overridable Sub OnUnsubscribeControlEvents( _
ByVal As Control _
)
protected virtual void OnUnsubscribeControlEvents(
Control
)
Parameters
- control
- The control from which to unsubscribe events.
See Also