Compartir a través de


BindableProperty.CoerceValueDelegate Delegado

Definición

public delegate object BindableProperty.CoerceValueDelegate(BindableObject bindable, object value);
type BindableProperty.CoerceValueDelegate = delegate of BindableObject * obj -> obj
Public Delegate Function BindableProperty.CoerceValueDelegate(bindable As BindableObject, value As Object) As Object 

Parámetros

bindable
BindableObject
value
Object

Valor devuelto

Se aplica a