API Help
Eplan.EplApi.ApplicationFramework Namespace / EventHandlerWrapper Class / LocallyEventHandlerFunction Method
Interface with parameters associated with the event.

In This Topic
    LocallyEventHandlerFunction Method
    In This Topic
    This function of the local event handler is registered as a handler function of the remote event handler EventHandler.
    Syntax
    [OneWay()]
    public void LocallyEventHandlerFunction( 
       IEventParameter pIEventParameter
    )
    [OneWay()]
    public:
    void LocallyEventHandlerFunction( 
       IEventParameter^ pIEventParameter
    ) 

    Parameters

    pIEventParameter
    Interface with parameters associated with the event.
    See Also