BindableProperty.CoerceValueDelegate Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- System.Object
O valor a forçar.
Valor Retornado
System.Object