Overview | This Package | All Packages
Constructors | Description |
EventInfo | Creates an EventInfo object. |
Methods | Description |
addEventHandler | Adds a delegate to a component. |
getAddMethod | Retrieves the addOn<EventName> method of the component class. |
getMulticast | Determines whether the delegate type for the event is declared as multicast. |
getRemoveMethod | Retrieves the removeOn<EventName> method of the component class. |
getType | Retrieves the type of the delegate for the event. |
removeEventHandler | Removes a delegate from a component. |