INotifyCollectionChanged Members
The INotifyCollectionChanged<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
|
|
ItemAdded |
This type safe event fires after an item is added to the collection no matter how it is added.
|
|
|
ItemRemoved |
This type safe event fires after an item is removed from the collection no matter how it is removed.
|

