Simple |
public class SimpleCollectionChangedEventArgs : SelfAccumulateableEventArgs
The SimpleCollectionChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleCollectionChangedEventArgs | Initializes a new instance of the SimpleCollectionChangedEventArgs class. |
| Name | Description | |
|---|---|---|
| Originator | Gets or sets the originator of this event, i.e. the collection in which the change took place. |
| Name | Description | |
|---|---|---|
| Add |
Adds the specified event args e.
(Overrides SelfAccumulateableEventArgsAdd(SelfAccumulateableEventArgs)) | |
| Equals |
Determines whether the specified Object, is equal to this instance.
(Overrides SelfAccumulateableEventArgsEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides SelfAccumulateableEventArgsGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |