public void SetEvent( string strEventName )
public: void SetEvent( String^ strEventName )
Parameters
- strEventName
- Events with this name are edited through this event handler object.
public void SetEvent( string strEventName )
public: void SetEvent( String^ strEventName )
// 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.*");