Enum ResetBehavior
- Namespace
- Avalonia.Collections
- Assembly
- Avalonia.Base.dll
Describes the action notified on a clear of a AvaloniaList<T>.
public enum ResetBehavior
Fields
Remove = 1
Clearing the list notifies with the CollectionChanged event with a Remove action.
Reset = 0
Clearing the list notifies with the CollectionChanged event with a Reset action.