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
Object

Valor que se va a convertir.

Valor devuelto

Se aplica a