Compartir a través de


ModalPoppingEventArgs(Page) Constructor

Definition

Constructs a new ModalPoppingEventArgs object for the page that is being popped.

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)

Parameters

modal
Page

The modal page.

Applies to