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

适用于