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