다음을 통해 공유


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

변경되는 속성의 이름입니다.

특성

적용 대상