Skip to main content

ResetBehavior Enum

Definition

Assembly:Avalonia.Base
Package:Avalonia

Describes the action notified on a clear of a Avalonia.Collections.AvaloniaList<T>.

public enum ResetBehavior

Inheritance: Enum -> ResetBehavior

Fields

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