[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Adds or removes an event listener. Tab=Adobe [Property] Instance=Sets the object to assign the event handler. ARG(object)|20|(empty)|ObjectEventListener +EventHandler=Sets the handler to invoke when the event occurs. ARG(string)|2| EventType=Sets the event type. ARG(string)|2| Label=Sets a property that can be set to any string. ARG(string)|2| [Methods] doAdd=Adds an event listener. ARG(Object instance, string eventtype, object eventhandler, bool captures)|1|0 onAdd=Occurs after adding an event listener. ARG(EventListener)|2|0 *doDelete=Deletes this instance of the event listener. ARG()|1|0 EventListener=Returns the event listener object. ARG(EventListener)|3|0 *.EventType=Returns the name of the event. ARG(string)|3|2 *Handler=Returns the handler to invoke when the event occurs. ARG(object)|3|0 *Id=Returns the unique ID of the EventListener. ARG(int)|3|1 *Index=Returns the index of the EventListener within its containing object. ARG(int)|3|1 *.Label=Returns a property that can be set to any string. ARG(string)|3|2 Instance=Defines the object to assign the event handler. ARG(Object)|4|0 EventHandler=Defines the handler to invoke when the event occurs. ARG(string)|4|2 EventType=Defines the event type. ARG(string)|4|2 *label=Defines a property that can be set to any string. ARG(string)|4|2