Share via


ModelChangedEventArgs.PropertyNamesChanged Property

Gets an enumeration of property names 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 PropertyNamesChanged As IEnumerable(Of String)
    Get
public abstract IEnumerable<string> PropertyNamesChanged { get; }
public:
virtual property IEnumerable<String^>^ PropertyNamesChanged {
    IEnumerable<String^>^ get () abstract;
}
abstract PropertyNamesChanged : IEnumerable<string>
abstract function get PropertyNamesChanged () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
An enumeration of String objects that represent the names of the changed properties.

Remarks

The implementation of the return value may be more efficient than the PropertiesChanged property.

.NET Framework Security

See Also

Reference

ModelChangedEventArgs Class

Microsoft.Windows.Design.Services Namespace

ModelService

ModelItem

Other Resources

Understanding WPF Designer Extensibility