Compartir a través de


CoreWindowFlyout.BackButtonCommand Propiedad

Definición

Obtiene o establece el delegado al que se llama cuando se selecciona el botón Atrás del control flotante.

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

Valor de propiedad

Delegado al que se llama cuando se selecciona el botón Atrás del control flotante.

Se aplica a