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

In This Topic
    DeclareEventHandler Class
    In This Topic
    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(ValidOn=AttributeTargets.Method, 
       AllowMultiple=false, 
       Inherited=true)]
    public class DeclareEventHandler : System.Attribute 
    [AttributeUsage(ValidOn=AttributeTargets.Method, 
       AllowMultiple=false, 
       Inherited=true)]
    public ref class DeclareEventHandler : public 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