ResetBehavior Enum

Summary

Describes the action notified on a clear of a AvaloniaList<T>.
Namespace
Avalonia.Collections
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["ResetBehavior"] class Type type-node

Syntax

public enum ResetBehavior

Fields

Name Constant Value Summary
Remove 1
Clearing the list notifies a with a NotifyCollectionChangedAction.Remove.
static
Reset 0
Clearing the list notifies a with a NotifyCollectionChangedAction.Reset.
static

Extension Methods