ModelChangedEventArgs.PropertyNamesChanged 属性

获取已在编辑模型中发生更改的属性名称的枚举。

命名空间:  Microsoft.Windows.Design.Services
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IEnumerable<String>
表示已更改属性的名称的 String 对象的枚举。

备注

返回值的实现可能比 PropertiesChanged 属性更有效率。

.NET Framework 安全性

请参见

参考

ModelChangedEventArgs 类

Microsoft.Windows.Design.Services 命名空间

ModelService

ModelItem

其他资源

了解 WPF 设计器扩展性