共用方式為


StructuralObject.OnPropertyChanging(String) 方法

定義

引發 PropertyChanging 事件。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId="Property")]
protected virtual void OnPropertyChanging(string property);
abstract member OnPropertyChanging : string -> unit
override this.OnPropertyChanging : string -> unit
Protected Overridable Sub OnPropertyChanging (property As String)

參數

property
String

變更中屬性的名稱。

屬性

適用於