Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ListChangeType

An enum of the change types which occur on an observable list.

Index

Enumeration members

Enumeration members

Add

Add:

An item was added to the list.

Move

Move:

An item was moved in the list.

Remove

Remove:

An item was removed from the list.

Replace

Replace:

Items were replaced in the list.

Set

Set:

An item was set in the list.

Generated using TypeDoc