[]
Provides data for the Changed event.
public class SourceChangeEventArgs<T> : EventArgs, IEquatable<SourceChangeEventArgs<T>>
| Name | Description |
|---|---|
| T | Type of the changed object. |
| Name | Description |
|---|---|
| SourceChangeEventArgs(T, SourceChangeType, int) | Initializes a new instance of the SourceChangeEventArgs<T> class. |
| Name | Description |
|---|---|
| ChangeType | Gets the type of change. |
| Item | Gets the object that is being changed. |
| Ordinal | Gets the ordinal position of the collection item that is being changed. |
| Name | Description |
|---|---|
| Equals(SourceChangeEventArgs<T>) | Determines whether the specified object is equal to the current object. |
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Return a hash code for this instance. |
| ToString() | Returns a string that represents this instance of SourceChangeEventArgs<T>. |