ModelChangedEventArgs.PropertiesChanged Właściwość

Definicja

Przestroga

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

Po zaimplementowania przez klasę pochodną pobiera wyliczenie właściwości, które zostały zmienione.

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)

Wartość właściwości

IEnumerable<ModelProperty>

Element IEnumerable<T> o zmienionych właściwościach.

Atrybuty

Dotyczy