Uiinfrastructure API Docs  
 

IControl.Init Method 

Initialize the control with the model it should use and it's parent AActivitySpace. This method needs to be called before any other methods. This method also clears all internal data so the control can be used again without fear of mixing data.

void Init(
   IModel model,
   AActivitySpace space
);

See Also

IControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace