NotifyCollectionChangedAsyncEventArgs Class Members
In This Topic
The following tables list the members exposed by NotifyCollectionChangedAsyncEventArgs.
Public Properties
| Name | Description |
 | Action | (Inherited from System.Collections.Specialized.NotifyCollectionChangedEventArgs) |
 | NewItems | (Inherited from System.Collections.Specialized.NotifyCollectionChangedEventArgs) |
 | NewStartingIndex | (Inherited from System.Collections.Specialized.NotifyCollectionChangedEventArgs) |
 | OldItems | (Inherited from System.Collections.Specialized.NotifyCollectionChangedEventArgs) |
 | OldStartingIndex | (Inherited from System.Collections.Specialized.NotifyCollectionChangedEventArgs) |
Top
Public Methods
| Name | Description |
  | Create | Overloaded. Initializes a new instance of the System.Collections.Specialized.NotifyCollectionChangedEventArgs class that describes a System.Collections.Specialized.NotifyCollectionChangedAction.Reset change. |
 | GetDeferral | Gets the deferral. |
Top
See Also