Enumeration NotifyCollectionChangedAction

Describes how a collection has changed.

see

{@link http://msdn.microsoft.com/en-us/library/dd393774(v=vs.100).aspx}

Index

Enumeration members

Enumeration members

public add: NotifyCollectionChangedAction

The integer 0, indicating the changed action to the collection is add.

public remove: NotifyCollectionChangedAction

The integer 1, indicating the changed action to the collection is remove.

public reset: NotifyCollectionChangedAction

The integer 2, indicating the changed action to the collection is reset.