ModelChangedEventArgs.PropertiesChanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.