다음을 통해 공유


ModalPushedEventArgs(Page) 생성자

정의

팝된 페이지에 대한 새 ModalPushedEventArgs 개체를 구성합니다.

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)

매개 변수

modal
Page

모달 페이지입니다.

적용 대상