EntreeServer.Module.EntreeListObject.CreateClickAction
This method is used to create EntreeClickActionObjects that are used by EntreeListItems and EntreeActionItems to define what actions are taken when those items are clicked.
 
Example
 

EntreeClickActionObject cla = output.CreateClickAction();

cla["pid"] = i.ToString();

cla["screen"] = "page_stats";