Compartir a través de


BindableProperty.CoerceValueDelegate Delegado

Definición

Delegado para BindableProperty.CoerceValue.

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

Parámetros

bindable
BindableObject

Objeto enlazable que contiene la propiedad.

value
System.Object

Valor que se va a convertir.

Valor devuelto

System.Object

Se aplica a