BindableProperty.ValidateValueDelegate 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.ValidateValue.
public delegate bool BindableProperty.ValidateValueDelegate(BindableObject bindable, object value);
type BindableProperty.ValidateValueDelegate = delegate of BindableObject * obj -> bool
Parameters
- bindable
- BindableObject
The bindable object that contains the property.
- value
- System.Object
The default value.
Return Value
System.Boolean