IEventGeneric
Description
- Derived from
- Extended by
-
EventGeneric sealed
The IEventGeneric class implements the observer pattern.
Public / Methods
AddDelegateGeneric
Adds a new listener to this event.
If a listener object is added more than once to an event, it will be notified only once. However, the remove method must be called once for each call to the add method in order to actually remove the listener.