Udostępnij za pośrednictwem


BindableProperty.CoerceValueDelegate Delegat

Definicja

Delegat dla bindableProperty.CoerceValue.

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

Parametry

bindable
BindableObject

Obiekt z możliwością powiązania, który zawiera właściwość .

value
System.Object

Wartość do coerce.

Wartość zwracana

System.Object

Dotyczy