ModelChangedEventArgs.PropertiesChanged Property

Definition

Caution

Don't use this property. Use "ModelChangeInfo" instead.

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

public:
 abstract property System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelProperty ^> ^ PropertiesChanged { System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelProperty ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelProperty> PropertiesChanged { get; }
[System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")]
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelProperty> PropertiesChanged { get; }
member this.PropertiesChanged : seq<System.Activities.Presentation.Model.ModelProperty>
[<System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")>]
member this.PropertiesChanged : seq<System.Activities.Presentation.Model.ModelProperty>
Public MustOverride ReadOnly Property PropertiesChanged As IEnumerable(Of ModelProperty)

Property Value

An IEnumerable<T> of changed properties.

Attributes

Applies to