BindableProperty.CoerceValueDelegate<TPropertyType> Delegar

Definição

Delegado fortemente tipado para 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

O tipo da propriedade associada.

Parâmetros

bindable
BindableObject

O objeto associável que contém a propriedade.

value
TPropertyType

O valor a forçar.

Valor Retornado

TPropertyType

Aplica-se a