API Help
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
    )
    public:
    DeclareEventHandler( 
       String^ strEventName
    )

    Parameters

    strEventName
    The event handler responds to this event.
    See Also