In This Topic
Base class to handle events.
Inheritance Hierarchy
System.Object
Eplan.EplApi.ApplicationFramework.EventHandler
Syntax
[ComSourceInterfaces(Eplan.EplApi.ApplicationFramework.IEplanEvents)]
public class EventHandler
[ComSourceInterfaces(Eplan.EplApi.ApplicationFramework.IEplanEvents)]
public ref class EventHandler
Public Constructors
Public Fields
| Name | Description |
| EplanEvent | This event is raised whenever an event with the desired name occurs in EPLAN. |
| EplanNameEvent | This event is raised whenever an event with the desired name occurs in EPLAN. The original name of the event is also given. |
| EplanNameEventResult | This event is raised whenever an event with the desired name occurs in EPLAN. The original name of the event is also given. Additional a return value is supported. |
Top
Public Methods
Public Events
| Name | Description |
| NameEvent | This event is raised whenever an event with the desired name occurs in EPLAN. |
Top
See Also