CoreWindowFlyout.BackButtonCommand Eigenschaft

Definition

Ruft den Delegat ab, der aufgerufen wird, wenn die Schaltfläche "Zurück" im Flyout ausgewählt ist, oder legt diesen fest.

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

Eigenschaftswert

Der Delegat, der aufgerufen wird, wenn die Schaltfläche "Zurück" im Flyout ausgewählt ist.

Gilt für: