Uiinfrastructure API Docs  
 

RepostControl.Init Method 

Inits the class with the associated model and activity space. If this method is overridden in a sub-class, this version of Init must be called as super.Init();

public virtual void Init(
   IModel model,
   AActivitySpace space
);

Parameters

model
space

Implements

IControl.Init

See Also

RepostControl Class | com.plumtree.uiinfrastructure.form Namespace