Eplan Platform API
Eplan.EplApi.Scripting Namespace / DeclareEventHandler Class / DeclareEventHandler Constructor
The event handler responds to this event.

In This Topic
DeclareEventHandler Constructor
In This Topic
This function of the script is registered as an event handler in the system.
Syntax
public DeclareEventHandler( 
   string strEventName
)

Parameters

strEventName
The event handler responds to this event.
See Also