共用方式為


ModalPushingEventArgs(Page) 建構函式

定義

為正在推送的頁面建構新 ModalPushingEventArgs 物件。

public:
 ModalPushingEventArgs(Microsoft::Maui::Controls::Page ^ modal);
public ModalPushingEventArgs (Microsoft.Maui.Controls.Page modal);
new Microsoft.Maui.Controls.ModalPushingEventArgs : Microsoft.Maui.Controls.Page -> Microsoft.Maui.Controls.ModalPushingEventArgs
Public Sub New (modal As Page)

參數

modal
Page

強制回應頁面。

適用於