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ğini içeren bağlanabilir nesne.

value
System.Object

Zorlama değeri.

Dönüş Değeri

System.Object

Şunlara uygulanır