Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / EventHandlerNameFunction Delegate
The original name of the send event. Can be useful when I was registered for an wildcard event, p.e. "Test*"

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

Parameters

pIEventParameter
strNameOfEvent
The original name of the send event. Can be useful when I was registered for an wildcard event, p.e. "Test*"
See Also