CollectionChangedEventArgs<T> Members
Include Protected Members
Include Inherited Members
Event information for collection changes.
The CollectionChangedEventArgs<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollectionChangedEventArgs<T> | Initializes a new instance of the CollectionChangedEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets the item that is affected. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top