Skip to main content

ResetBehavior Enumeration

Describes the action notified on a clear of a AvaloniaList(T).

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum ResetBehavior

Members

Reset0Clearing the list notifies with the CollectionChanged event with a Reset action.
Remove1Clearing the list notifies with the CollectionChanged event with a Remove action.

See Also

Reference

Avalonia.Collections Namespace