Partager via


BackButtonBehavior Classe

Définition

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

public ref class BackButtonBehavior : Microsoft::Maui::Controls::BindableObject
public class BackButtonBehavior : Microsoft.Maui.Controls.BindableObject
type BackButtonBehavior = class
    inherit BindableObject
Public Class BackButtonBehavior
Inherits BindableObject
Héritage
BackButtonBehavior

Constructeurs

BackButtonBehavior()

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

Champs

CommandParameterProperty

Propriété pouvant être liée pour CommandParameter.

CommandProperty

Propriété pouvant être liée pour Command.

IconOverrideProperty

Propriété pouvant être liée pour IconOverride.

IsEnabledProperty

Propriété pouvant être liée pour IsEnabled.

IsVisibleProperty

Propriété pouvant être liée pour IsVisible.

TextOverrideProperty

Propriété pouvant être liée pour TextOverride.

Propriétés

BindingContext

Obtient ou définit un objet qui contient les propriétés qui seront ciblées par les propriétés liées qui appartiennent à cet objet BindableObject. Il s’agit d’une propriété pouvant être liée.

(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

Obtient le répartiteur disponible lorsque cet objet pouvant être lié a été créé, sinon tente de trouver le répartiteur disponible le plus proche (probablement les fenêtres/application).

(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.

IsVisible

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 toutes les liaisons actuelles à BindingContext.

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

Efface toute valeur définie précédemment pour une propriété pouvant être liée.

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

Efface toute valeur précédemment définie pour une propriété pouvant être liée, identifiée par sa clé.

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

Force la valeur de la propriété pouvant être liée spécifiée. Pour ce faire, appelez la propriété pouvant être BindableProperty.CoerceValueDelegate liée spécifiée.

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

Force la valeur de la propriété pouvant être liée spécifiée. Pour ce faire, appelez la propriété pouvant être BindableProperty.CoerceValueDelegate liée spécifiée.

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

Retourne la valeur contenue dans la propriété pouvant être liée donnée.

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

Détermine si une propriété pouvant être liée existe ou non et a un jeu de valeurs.

(Hérité de BindableObject)
OnBindingContextChanged()

Déclenche l’événement BindingContextChanged.

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

Déclenche l’événement PropertyChanged.

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

Déclenche l’événement PropertyChanging.

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

Supprime une liaison définie précédemment d’une propriété pouvant être liée.

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

Affecte une liaison à une propriété pouvant être liée.

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

Définit la valeur de la propriété pouvant être liée spécifiée.

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

Définit la valeur de la propriété pouvant être liée spécifiée.

(Hérité de BindableObject)
UnapplyBindings()

Supprime toutes les liaisons actuelles du contexte actuel.

(Hérité de BindableObject)

Événements

BindingContextChanged

Se produit quand la valeur de la propriété BindingContext change.

(Hérité de BindableObject)
PropertyChanged

Se produit lorsqu'une valeur de propriété change.

(Hérité de BindableObject)
PropertyChanging

Se produit en cas de modification d’une valeur de propriété.

(Hérité de BindableObject)

Implémentations d’interfaces explicites

IDynamicResourceHandler.SetDynamicResource(BindableProperty, String)

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

(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.

SetAppTheme<T>(BindableObject, BindableProperty, T, 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,TProperty>(BindableObject, BindableProperty, Func<TSource,TProperty>, BindingMode, IValueConverter, Object, String, Object, Object, Object)

Crée une liaison entre une propriété sur l’objet source et une propriété sur l’objet cible.

S’applique à