ModelChangedEventArgs::ItemsRemoved 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 removed.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public: [ObsoleteAttribute("Don't use this property. Use \"ModelChangeInfo\" instead.")] property IEnumerable<ModelItem^>^ ItemsRemoved { virtual IEnumerable<ModelItem^>^ get() abstract; }
Property Value
Type: System.Collections.Generic::IEnumerable<ModelItem^>^An IEnumerable<T> of removed event arguments.
.NET Framework
Available since 4.0
Available since 4.0
Show: