BindableProperty.CoerceValueDelegate<TPropertyType> Delegado

Definición

Delegado fuertemente tipado de BindableProperty.CoerceValue.

public delegate TPropertyType BindableProperty.CoerceValueDelegate<TPropertyType>(BindableObject bindable, TPropertyType value);
type BindableProperty.CoerceValueDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType -> 'PropertyType

Parámetros de tipo

TPropertyType

Tipo de la propiedad enlazada.

Parámetros

bindable
BindableObject

Objeto enlazable que contiene la propiedad.

value
TPropertyType

Valor que se va a convertir.

Valor devuelto

TPropertyType

Se aplica a