다음을 통해 공유


BindableProperty.BindingPropertyChangedDelegate 대리자

정의

BindableProperty.PropertyChanged에 대한 대리자입니다.

public delegate void BindableProperty.BindingPropertyChangedDelegate(BindableObject bindable, object oldValue, object newValue);
type BindableProperty.BindingPropertyChangedDelegate = delegate of BindableObject * obj * obj -> unit

매개 변수

bindable
BindableObject

속성을 포함하는 바인딩 가능 개체입니다.

oldValue
System.Object

이전 속성 값입니다.

newValue
System.Object

새 속성 값입니다.

적용 대상