ModelChangedEventArgs.PropertiesChanged Propiedad

Definición

Precaución

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

Cuando lo implementa una clase derivada, obtiene una enumeración de las propiedades que se han modificado.

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)

Valor de propiedad

IEnumerable<ModelProperty>

Objeto IEnumerable<T> con las propiedades modificadas.

Atributos

Se aplica a