ModalPushedEventArgs(Page) Konstruktor

Definicja

Tworzy nowy ModalPushedEventArgs obiekt dla strony, która została właśnie wyświetlona.

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

Parametry

modal
Page

Modalna strona.

Dotyczy