次の方法で共有


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

適用対象