Eplan Platform API
Eplan.EplApi.Scripting Namespace / DeclareEventHandler Class
Members

DeclareEventHandler Class
When a script function is to respond to events in the system, the function has to be marked with this attribute.
Inheritance Hierarchy

System.Object
   System.Attribute
      Eplan.EplApi.Scripting.DeclareEventHandler

Syntax
[AttributeUsage(AttributeTargets.Method)]
public class DeclareEventHandler : System.Attribute 
Public Constructors
 NameDescription
Public ConstructorThis function of the script is registered as an event handler in the system.  
Top
Public Properties
 NameDescription
Public Property  
Public Property (Inherited from System.Attribute)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Attribute)
Public Method (Inherited from System.Attribute)
Public Method (Inherited from System.Attribute)
Public Method (Inherited from System.Attribute)
Top
See Also