Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / EventHandler Class / EventHandler Constructor / EventHandler Constructor(String)
Events with this name are edited through this event handler object.

In This Topic
EventHandler Constructor(String)
In This Topic
Creates a new object to handle events with the specified name.
Syntax
public EventHandler( 
   string strEventName
)

Parameters

strEventName
Events with this name are edited through this event handler object.
See Also