Initializes a new instance of the System.Collections.Specialized.NotifyCollectionChangedEventArgs
class that describes a System.Collections.Specialized.NotifyCollectionChangedAction.Reset change.
Overload List
Overload | Description |
Create(NotifyCollectionChangedAction) |
Initializes a new instance of the System.Collections.Specialized.NotifyCollectionChangedEventArgs
class that describes a System.Collections.Specialized.NotifyCollectionChangedAction.Reset change.
|
Create(NotifyCollectionChangedAction,IList) |
Initializes a new instance of the System.Collections.Specialized.NotifyCollectionChangedEventArgs class that describes a multi-item change.
|
Create(NotifyCollectionChangedAction,Object) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,IList,IList) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,IList,Int32) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,Object,Int32) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,Object,Object) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,IList,IList,Int32) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,IList,Int32,Int32) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,Object,Int32,Int32) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
Create(NotifyCollectionChangedAction,Object,Object,Int32) | Initializes a new instance of the NotifyCollectionChangedAsyncEventArgs class. |
See Also