This topic has not yet been rated - Rate this topic

Sys.NotifyCollectionChangedAction Enumeration

.NET Framework 4

Describes how a collection has changed.

Namespace: Sys

Inherits: None

var a = Sys.NotifyCollectionChangedAction.add;
var b = Sys.NotifyCollectionChangedAction.remove;
var c = Sys.NotifyCollectionChangedAction.reset;

Member name

Description

add

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

remove

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

reset

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ