|
| Name | Description |
|---|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a Reset change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Replace change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, Int32) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item change or a reset change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Int32) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Object) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item Replace change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, IList, Int32) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Replace change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, IList, Int32, Int32) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Move change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Int32, Int32) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a multi-item Move change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Object, Int32) |
Initializes a new instance of the NotifyCollectionChangingEventArgs class that describes a one-item Replace change.
|
 | NotifyCollectionChangingEventArgs(NotifyCollectionChangedAction, Object, Object, Int32, PropertyChangingEventArgsEx) | |