다음을 통해 공유


BindableProperty.BindingPropertyChangingDelegate 대리자

정의

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

매개 변수

bindable
BindableObject
oldValue
Object
newValue
Object

적용 대상