Windows apps
Collapse the table of content
Expand the table of content
Information
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::ItemsRemoved Property

.NET Framework (current version)
 
Note: This API is now obsolete.

When implemented by a derived class, gets an enumeration of event argument objects that have been removed.

Namespace:   System.Activities.Presentation.Services
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
Return to top
Show:
© 2017 Microsoft