BindableProperty.CoerceValueDelegate Delegar

Definição

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

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

value
Object

O valor a forçar.

Valor Retornado

Aplica-se a