[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=DPElement Sub=,,,Params|a Interfaces=UserEvent,UserClassMember Icon=AccessModifier Info=Declares the event delegate. [Property] Name=Set the handler name. ARG(string)|2| AccessModifier=Indicates the visibility level of the event. ARG(enum)|14|0|Private,Public,Protected,Internal TypeModifier=Sets the type of the event. ARG(bitwise)|21|0|Readonly,Static,Virtual,Volatile Type=Sets the type name of the event. ARG(string)|2| Params=Sets the number of the parameters. ARG(int)|1|0 Types=Sets the list of types. ARG(string[])|5| Comment=Sets the list of the comment. ARG(string[])|5| Attributes=Sets the list of attributes. ARG(string[])|5| Delegate=Sets a delegate representing an implementation of the handler of the Event. ARG(Delegate)|20|(empty)|Delegate Namespace=Sets the static namespace. ARG()|20|(empty)|UserClassMember [Methods] doEvent=Raises the event. ARG(T a1, ..., T aN)|1|0 doAddHandler=Adds the handler of the Event. ARG()|1|0 Event=Returns the event. ARG(event)|3|0