C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputControlHost Class / OnSubscribeControlEvents Method
The control from which to subscribe events.

In This Topic
OnSubscribeControlEvents Method (InputControlHost)
In This Topic
Subscribes events from the hosted control.
Syntax
'Declaration
 
Protected Overridable Sub OnSubscribeControlEvents( _
   ByVal control As Control _
) 
 

Parameters

control
The control from which to subscribe events.
See Also