CollectionChangeEventArgs<T> Class
Event arguments for various SimpleObservableCollection<T> change events.
public class CollectionChangeEventArgs<T> : EventArgs
- Type Parameters:
-
T-The Type of item.
Constructors
CollectionChangeEventArgs(int, T)
Event arguments for various SimpleObservableCollection<T> change events.
public CollectionChangeEventArgs(int index, T item)
| Parameter | Type | Description |
|---|---|---|
| index | int | The index at which the item is/was located. |
| item | T | The |
Properties
Index
The index at which the item is/was located.
Item
The T that is affected by this event.
public T Item { get; }
Property Value
- T
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()