BackButtonBehavior Classe

Définition

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

public class BackButtonBehavior : Xamarin.Forms.BindableObject
type BackButtonBehavior = class
    inherit BindableObject
Héritage
BackButtonBehavior

Constructeurs

BackButtonBehavior()

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

Champs

CommandParameterProperty

Magasin de stockage pour le champ CommandParameter.

CommandProperty

Magasin de stockage pour le champ Command.

IconOverrideProperty

Magasin de stockage pour le champ IconOverride.

IsEnabledProperty

Magasin de stockage pour le champ IsEnabled.

TextOverrideProperty

Magasin de stockage pour le champ TextOverride.

Propriétés

BindingContext

Obtient ou définit l’objet qui contient les propriétés qui seront ciblées par les propriétés liées appartenant à ce BindableObject.

(Hérité de BindableObject)
Command

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

CommandParameter

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

Dispatcher

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

(Hérité de BindableObject)
IconOverride

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

IsEnabled

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

TextOverride

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

Méthodes

ApplyBindings()

Applique les liaisons à BindingContext.

(Hérité de BindableObject)
ClearValue(BindableProperty)

Efface toute valeur définie par SetValue pour property.

(Hérité de BindableObject)
ClearValue(BindablePropertyKey)

Efface toute valeur définie par SetValue pour la propriété qui est identifiée par propertyKey.

(Hérité de BindableObject)
CoerceValue(BindableProperty)

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

(Hérité de BindableObject)
CoerceValue(BindablePropertyKey)

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

(Hérité de BindableObject)
GetValue(BindableProperty)

Retourne la valeur qui est contenue dans BindableProperty.

(Hérité de BindableObject)
GetValues(BindableProperty, BindableProperty)
Obsolète.

Pour un usage interne par la plateforme Xamarin.Forms.

(Hérité de BindableObject)
GetValues(BindableProperty, BindableProperty, BindableProperty)
Obsolète.

Pour un usage interne par la plateforme Xamarin.Forms.

(Hérité de BindableObject)
IsSet(BindableProperty)

Retourne true si la propriété cible existe et qu’elle a été configurée.

(Hérité de BindableObject)
OnBindingContextChanged()

Substituez cette méthode pour exécuter une action lorsque le BindingContext change.

(Hérité de BindableObject)
OnPropertyChanged(String)

Appelez cette méthode à partir d’une classe enfant pour avertir qu’un changement s’est produit au niveau d’une propriété.

(Hérité de BindableObject)
OnPropertyChanging(String)

Appelez cette méthode à partir d’une classe enfant pour avertir qu’un changement va se produire au niveau d’une propriété.

(Hérité de BindableObject)
RemoveBinding(BindableProperty)

Supprime une liaison précédemment définie.

(Hérité de BindableObject)
SetBinding(BindableProperty, BindingBase)

Affecte une liaison à une propriété.

(Hérité de BindableObject)
SetValue(BindableProperty, Object)

Définit la valeur de la propriété spécifiée.

(Hérité de BindableObject)
SetValue(BindablePropertyKey, Object)

Définit la valeur de propertyKey.

(Hérité de BindableObject)
SetValueCore(BindableProperty, Object, SetValueFlags)

Pour un usage interne par la plateforme Xamarin.Forms.

(Hérité de BindableObject)
UnapplyBindings()

Supprime toutes les liaisons précédemment définies.

(Hérité de BindableObject)

Événements

BindingContextChanged

Déclenché chaque fois que la propriété BindingContext est modifiée.

(Hérité de BindableObject)
PropertyChanged

Déclenché lorsqu’une propriété a été modifiée.

(Hérité de BindableObject)
PropertyChanging

Déclenché lorsqu’une propriété est sur le point d’être modifiée.

(Hérité de BindableObject)

Implémentations d’interfaces explicites

IDynamicResourceHandler.SetDynamicResource(BindableProperty, String)

Pour un usage interne par la plateforme Xamarin.Forms.

(Hérité de BindableObject)

Méthodes d’extension

GetPropertyIfSet<T>(BindableObject, BindableProperty, T)

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

SetAppThemeColor(BindableObject, BindableProperty, Color, Color)

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String)

Crée et applique une liaison à une propriété.

SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String)
Obsolète.

Crée et applique une liaison à partir d’une expression.

SetOnAppTheme<T>(BindableObject, BindableProperty, T, T)

BindableObject spécifiant le comportement associé au bouton Précédent dans une application Shell.

S’applique à