共用方式為


CoreWindowFlyout.BackButtonCommand 屬性

定義

取得或設定選取飛出視窗上返回按鈕時所呼叫的委派。

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

屬性值

選取飛出視窗上的 [上一頁] 按鈕時所呼叫的委派。

適用於