CoreWindowFlyout.BackButtonCommand 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定選取飛出視窗上返回按鈕時所呼叫的委派。
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
屬性值
選取飛出視窗上的 [上一頁] 按鈕時所呼叫的委派。