BindableProperty.CoerceValueDelegate Temsilci

Tanım

BindableProperty.CoerceValue için temsilci.

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

Parametreler

bindable
BindableObject

Özelliği içeren bağlanabilir nesne.

value
Object

Coerce değeri.

Dönüş Değeri

Object

Şunlara uygulanır