Partager via


BindableProperty.BindingPropertyChangedDelegate<TPropertyType> Délégué

Définition

public delegate void BindableProperty.BindingPropertyChangedDelegate<in TPropertyType>(BindableObject bindable, TPropertyType oldValue, TPropertyType newValue);
type BindableProperty.BindingPropertyChangedDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType * 'PropertyType -> unit
Public Delegate Sub BindableProperty.BindingPropertyChangedDelegate(Of In TPropertyType)(bindable As BindableObject, oldValue As TPropertyType, newValue As TPropertyType)

Paramètres de type

TPropertyType
Ce paramètre de type est contravariant. Cela signifie que vous pouvez utiliser le type spécifié ou tout type moins dérivé. Pour plus d’informations sur la covariance et la contravariance, consultez Covariance et contravariance dans les génériques.

Paramètres

bindable
BindableObject
oldValue
TPropertyType
newValue
TPropertyType

S’applique à