PropertyChangedEventArgs.PropertyName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已更改属性的名称。
public:
virtual property System::String ^ PropertyName { System::String ^ get(); };
public:
property System::String ^ PropertyName { System::String ^ get(); };
public virtual string PropertyName { get; }
public virtual string? PropertyName { get; }
public string PropertyName { get; }
member this.PropertyName : string
Public Overridable ReadOnly Property PropertyName As String
Public ReadOnly Property PropertyName As String
属性值
已更改属性的名称。
注解
Empty参数的 或 null
propertyName
值指示所有属性都已更改。