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. |
Remove Field
Clearing the list notifies with the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event with a System.Collections.Specialized.NotifyCollectionChangedAction.Remove action.
public Avalonia.Collections.ResetBehavior Remove
Reset Field
Clearing the list notifies with the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event with a System.Collections.Specialized.NotifyCollectionChangedAction.Reset action.
public Avalonia.Collections.ResetBehavior Reset