Sdílet prostřednictvím


ModalPushingEventArgs(Page) Konstruktor

Definice

Vytvoří nový ModalPushingEventArgs objekt pro stránku, která je nabízena.

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)

Parametry

modal
Page

Modální stránka.

Platí pro