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::PropertiesChanged Property

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

When implemented by a derived class, gets an enumeration of properties that have been changed.

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<ModelProperty^>^ PropertiesChanged {
	virtual IEnumerable<ModelProperty^>^ get() abstract;
}

Property Value

Type: System.Collections.Generic::IEnumerable<ModelProperty^>^

An IEnumerable<T> of changed properties.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft