Init Method (EventsListenerBase)
The source control.
The event handler assistant.
This method supports the UFT infrastructure. Do not call it directly in your code.
Syntax
'Declaration
 
Public Sub Init( _
   ByVal oControl As System.Windows.Forms.Control, _
   ByVal oOuter As IEventHandlerAssist _
) 
public void Init( 
   System.Windows.Forms.Control oControl,
   IEventHandlerAssist oOuter
)

Parameters

oControl
The source control.
oOuter
The event handler assistant.