Defines for which event the
IEplanEvents is raised.
Define the event to respond to
// Generate an event handler object
Eplan.EplApi.ApplicationFramework.EventHandler myHandler= new Eplan.EplApi.ApplicationFramework.EventHandler();
// The program should respond to this event
myHandler.SetEvent("onActionStart.String.*");