ResetBehavior Enum
Definition
Describes the action notified on a clear of a Avalonia.Collections.AvaloniaList<T>.
public enum ResetBehavior
Fields
| Name | Description |
|---|---|
| Remove | Clearing the list notifies with the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event with a System.Collections.Specialized.NotifyCollectionChangedAction.Remove action. |
| Reset | Clearing the list notifies with the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event with a System.Collections.Specialized.NotifyCollectionChangedAction.Reset action. |