Search
EventDispatcher Members
Constructors Methods
 


Represents a dispatcher for an event.

The following tables list the members exposed by the EventDispatcher type.

 Public Constructors

  Name Description

EventDispatcher

Creates a new instance of the EventDispatcher class.

 Public Methods

  Name Description

addEventListener

Subcribes an event listener to this event.

raiseEvent

Raises the event.

raiseEventAsync

Raises the event asynchronously.

removeEventListener

Removes an event listener from this event.

 See Also