Partager via


SplitViewPaneClosingEventArgs.Cancel Propriété

Définition

Obtient ou définit une valeur qui indique si l’action de fermeture du volet doit être annulée.

public:
 property bool Cancel { bool get(); void set(bool value); };
bool Cancel();

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = splitViewPaneClosingEventArgs.cancel;
splitViewPaneClosingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

Valeur de propriété

Boolean

bool

true pour annuler l’action de fermeture du volet ; sinon, false.

Remarques

Définissez cette propriété sur true dans un gestionnaire d’événements afin d’annuler une action de fermeture du volet SplitView .

S’applique à