CoreWindowDialog.BackButtonCommand Property

Definition

Gets or sets the delegate called when the back button on the dialog is selected.

public:
 property UICommandInvokedHandler ^ BackButtonCommand { UICommandInvokedHandler ^ get(); void set(UICommandInvokedHandler ^ value); };
UICommandInvokedHandler BackButtonCommand();

void BackButtonCommand(UICommandInvokedHandler value);
public UICommandInvokedHandler BackButtonCommand { get; set; }
var uICommandInvokedHandler = coreWindowDialog.backButtonCommand;
coreWindowDialog.backButtonCommand = uICommandInvokedHandler;
Public Property BackButtonCommand As UICommandInvokedHandler

Property Value

The delegate called when the back button on the dialog is selected.

Applies to