CollectionChangedEventManager Members
The CollectionChangedEventManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CollectionChangedEventManager |
Creates a new CollectionChangedEventManager.
|
Methods
| Name | Description | |
|---|---|---|
|
|
AddHandler |
Adds a weak event handler.
(Inherited from EventManager<(Of <(<'T>)>)>.) |
|
|
AttachToEvent |
The implementation of this event must attach the event source to the EventFired method.
|
|
|
DetachFromEvent |
The implementation of this event must detach the event source to the EventFired method.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
EventFired |
This dispatches the event to all of the listeners
(Inherited from EventManager<(Of <(<'T>)>)>.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RemoveHandler |
Removes a weak event handler.
(Inherited from EventManager<(Of <(<'T>)>)>.) |
|
|
ToString | (Inherited from Object.) |

