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

屬性值

其值為變更中之屬性的名稱。

適用於