BindableProperty.BindingPropertyChangingDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate for BindableProperty.PropertyChanging.
public delegate void BindableProperty.BindingPropertyChangingDelegate(BindableObject bindable, object oldValue, object newValue);
type BindableProperty.BindingPropertyChangingDelegate = delegate of BindableObject * obj * obj -> unit
Parameters
- bindable
- BindableObject
The bindable object that contains the property.
- oldValue
- System.Object
The old property value.
- newValue
- System.Object
The new property value.