ResetBehavior Enumeration
Describes the action notified on a clear of a AvaloniaList(T).
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum ResetBehavior
Public Enumeration ResetBehavior
type ResetBehavior
Members
Reset | 0 | Clearing the list notifies with the CollectionChanged event with a Reset action. |
Remove | 1 | Clearing the list notifies with the CollectionChanged event with a Remove action. |