Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.89 KB

notifycollectionchangedeventargs_notifycollectionchangedeventargs_2060475534.md

File metadata and controls

40 lines (27 loc) · 1.89 KB
-api-id -api-type
M:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.#ctor(Windows.UI.Xaml.Interop.NotifyCollectionChangedAction,Windows.UI.Xaml.Interop.IBindableVector,Windows.UI.Xaml.Interop.IBindableVector,System.Int32,System.Int32)
winrt method

Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.NotifyCollectionChangedEventArgs

-description

Initializes a new instance of the NotifyCollectionChangedEventArgs class.

-parameters

-param action

The Action value to report.

-param newItems

The NewItems value to report.

-param oldItems

The OldItems value to report.

-param newIndex

The NewStartingIndex value to report.

-param oldIndex

The OldStartingIndex value to report.

-remarks

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

Other than action, any of the values for this constructor can potentially be passed as null, depending on the collection change and corresponding Action being reported.

-examples

-see-also

XAML data binding sample