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

更改的属性的名称。

属性

适用于