Compartilhar via


BindableProperty.CoerceValueDelegate Delegar

Definição

public delegate object BindableProperty.CoerceValueDelegate(BindableObject bindable, object value);
type BindableProperty.CoerceValueDelegate = delegate of BindableObject * obj -> obj
Public Delegate Function BindableProperty.CoerceValueDelegate(bindable As BindableObject, value As Object) As Object 

Parâmetros

bindable
BindableObject
value
Object

Valor Retornado

Aplica-se a