Partager via


ModalPoppedEventArgs(Page) Constructor

Definition

Constructs a new ModalPoppedEventArgs object for the page that was just popped.

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

Parameters

modal
Page

The modal page.

Applies to