共用方式為


StructuralObject.ReportPropertyChanging(String) 方法

定義

引發事件,該事件用來報告屬性變更擱置中。

protected:
 virtual void ReportPropertyChanging(System::String ^ property);
protected virtual void ReportPropertyChanging (string property);
abstract member ReportPropertyChanging : string -> unit
override this.ReportPropertyChanging : string -> unit
Protected Overridable Sub ReportPropertyChanging (property As String)

參數

property
String

變更中屬性的名稱。

例外狀況

property 為 null。

適用於