Much like this thread: http://www.tasharen.com/forum/index.php?topic=7552.0 (http://www.tasharen.com/forum/index.php?topic=7552.0)
But, need to subscribe the function plus the argument at runtime. How?
Currently setting it up this way:
ed.Set (this,"NameOfFunction"); go.GetComponentInChildren<UIButton> ().onClick.Add (ed);
This works, but I still haven't found the way to attach parameters.