다음을 통해 공유


ModalPoppingEventArgs(Page) 생성자

정의

팝되는 페이지에 대한 새 ModalPoppingEventArgs 개체를 구성합니다.

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)

매개 변수

modal
Page

모달 페이지입니다.

적용 대상