The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ModelChangedEventArgs::ItemsAdded Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Activities.Presentation.Services
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
Return to top
When implemented by a derived class, gets an enumeration of event argument objects that have been added.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public: [ObsoleteAttribute("Don't use this property. Use \"ModelChangeInfo\" instead.")] property IEnumerable<ModelItem^>^ ItemsAdded { virtual IEnumerable<ModelItem^>^ get() abstract; }
Property Value
Type: System.Collections.Generic::IEnumerable<ModelItem^>^An IEnumerable<T> of added event arguments.
.NET Framework
Available since 4.0
Available since 4.0
Show: