Share via


ModelChangedEventArgs.PropertiesChanged Property

Gets an enumeration of properties that have been changed in the editing model.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property PropertiesChanged As IEnumerable(Of ModelProperty)
    Get
public abstract IEnumerable<ModelProperty> PropertiesChanged { get; }
public:
virtual property IEnumerable<ModelProperty^>^ PropertiesChanged {
    IEnumerable<ModelProperty^>^ get () abstract;
}
abstract PropertiesChanged : IEnumerable<ModelProperty>
abstract function get PropertiesChanged () : IEnumerable<ModelProperty>

Property Value

Type: System.Collections.Generic.IEnumerable<ModelProperty>
An enumeration of ModelProperty objects that represent changed properties in the editing model.

.NET Framework Security

See Also

Reference

ModelChangedEventArgs Class

Microsoft.Windows.Design.Services Namespace

ModelService

ModelItem

Other Resources

Understanding WPF Designer Extensibility