ModalPushedEventArgs(Page) 构造函数

定义

为刚刚弹出的页面构造一个新的 ModalPushedEventArgs 对象。

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

参数

modal
Page

模式页。

适用于