Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / EventHandlerFunction Delegate

In This Topic
EventHandlerFunction Delegate
In This Topic
Functions of this type can be registered as event handlers in the class EventHandler.
Syntax
public delegate void EventHandlerFunction( 
   IEventParameter pIEventParameter
)

Parameters

pIEventParameter
See Also