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

モーダル ページ。

適用対象