Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 822 Bytes

notifycollectionchangedeventargs_newitems.md

File metadata and controls

26 lines (17 loc) · 822 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.NewItems
winrt property

Windows.UI.Xaml.Interop.NotifyCollectionChangedEventArgs.NewItems

-description

Gets the items affected by an action.

-property-value

The bindable vector of items affected by an action.

-remarks

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

-examples

-see-also

XAML data binding sample