ResetBehavior Enumeration

Describes the action notified on a clear of a AvaloniaListT.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
public enum ResetBehavior

Members

Reset0 Clearing the list notifies with the CollectionChanged event with a Reset action.
Remove1 Clearing the list notifies with the CollectionChanged event with a Remove action.

See Also