BindableProperty.BindingPropertyChangingDelegate 대리자

정의

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

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

매개 변수

bindable
BindableObject

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

oldValue
System.Object

이전 속성 값입니다.

newValue
System.Object

새 속성 값입니다.

적용 대상