In The Hand LtdIn The Hand
NotifyCollectionChangedAction Enumeration
NamespacesInTheHand.Collections.SpecializedNotifyCollectionChangedAction
.NET Components for Mobility
Describes the action that caused a CollectionChanged event.
Declaration Syntax
C#Visual Basic
public enum NotifyCollectionChangedAction
Public Enumeration NotifyCollectionChangedAction
Members
MemberDescription
Add
One or more items were added to the collection.

Remove
One or more items were removed from the collection.

Replace
One or more items were replaced in the collection.

Move
One or more items were moved within the collection.

Reset
The content of the collection changed dramatically.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0