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: