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