Field ResetCollectionChangedArgs
Provides a pre-initialized instance of NotifyCollectionChangedEventArgs with the Reset action.
public static readonly NotifyCollectionChangedEventArgs ResetCollectionChangedArgs
Returns
- NotifyCollectionChangedEventArgs
- Provides a pre-initialized instance of with the action.
Remarks
This static field can be used to represent a reset action in collection change notifications, avoiding the need to create a new instance of NotifyCollectionChangedEventArgs each time a reset action is required.