CoreWindowFlyout.BackButtonCommand Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il delegato chiamato quando viene selezionato il pulsante Indietro nel riquadro a comparsa.
public:
property UICommandInvokedHandler ^ BackButtonCommand { UICommandInvokedHandler ^ get(); void set(UICommandInvokedHandler ^ value); };
UICommandInvokedHandler BackButtonCommand();
void BackButtonCommand(UICommandInvokedHandler value);
public UICommandInvokedHandler BackButtonCommand { get; set; }
var uICommandInvokedHandler = coreWindowFlyout.backButtonCommand;
coreWindowFlyout.backButtonCommand = uICommandInvokedHandler;
Public Property BackButtonCommand As UICommandInvokedHandler
Valore della proprietà
Delegato chiamato quando viene selezionato il pulsante Indietro nel riquadro a comparsa.