ModalPoppingEventArgs(Page) 构造函数

定义

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

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

参数

modal
Page

模式页。

适用于