Vixen
02b45cc4
csharp
public enum CollectionChangeKind

What happened to a collection.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Inserted

    One item appeared at Index.

  • Removed

    One item left Index.

  • Replaced

    The item at Index was replaced.

  • Moved

    The item moved from Index to Target.

Used by (3)

  • CollectionChangeVixen.Ui.Reactive
  • CollectionSignalVixen.Ui.Reactive
  • CollectionSignalTestsVixen.Ui.Reactive.Tests