programAction = UnityContainer.Resolve(); (programAction as LoaderDriver).LoadComplete += new EventHandler(Program_LoadComplete);
I wrote a Unity Event Broker that you might find useful. See this post.