Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.33 KB

notifycollectionchangedaction.md

File metadata and controls

43 lines (28 loc) · 1.33 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Interop.NotifyCollectionChangedAction
winrt enum

NotifyCollectionChangedAction

-description

Describes the action that caused a CollectionChanged event.

.NET This type appears as System.Collections.Specialized.NotifyCollectionChangedAction.

-enum-fields

-field Add:0

One or more items were added to the collection.

-field Remove:1

One or more items were removed from the collection.

-field Replace:2

One or more items were replaced in the collection.

-field Move:3

One or more items were moved within the collection.

-field Reset:4

The content of the collection changed dramatically.

-remarks

When programming with .NET, this type is hidden and developers should use the System.Collections.Specialized.NotifyCollectionChangedAction type.

-examples

-see-also

XAML data binding sample