Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / EventHandler Class
Members

In This Topic
    EventHandler Class
    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 
    Remarks
    If you want to respond to EPLAN events from a remoting client, you should use a local event handler object of the EventHandlerWrapper type.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThis event is raised whenever an event with the desired name occurs in EPLAN.  
    Public FieldThis event is raised whenever an event with the desired name occurs in EPLAN. The original name of the event is also given.  
    Public FieldThis 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
     NameDescription
    Public MethodEvent handler is released.  
    Public MethodFor internal use only.  
    Public MethodFor internal use only.  
    Public MethodDefines for which event the IEplanEvents is raised.  
    Top
    Public Events
     NameDescription
    Public EventThis event is raised whenever an event with the desired name occurs in EPLAN.  
    Top
    See Also