Dela 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)
'Usage
Dim instance As ModelChangedEventArgs 
Dim value As IEnumerable(Of ModelProperty)

value = instance.PropertiesChanged
public abstract IEnumerable<ModelProperty> PropertiesChanged { get; }
public:
virtual property IEnumerable<ModelProperty^>^ PropertiesChanged {
    IEnumerable<ModelProperty^>^ get () abstract;
}
public 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

ModelChangedEventArgs Members

Microsoft.Windows.Design.Services Namespace

ModelService

ModelItem

Other Resources

Understanding WPF Designer Extensibility