PropertyChangingEventArgs.PropertyName 属性

定义

获取其值已更改的属性名称。

public:
 virtual property System::String ^ PropertyName { System::String ^ get(); };
public virtual string PropertyName { get; }
public virtual string? PropertyName { get; }
member this.PropertyName : string
Public Overridable ReadOnly Property PropertyName As String

属性值

其值已更改的属性名称。

适用于