ModalPoppingEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
強制回應視窗從巡覽堆疊取出時所引發事件的引數。
public ref class ModalPoppingEventArgs : Microsoft::Maui::Controls::ModalEventArgs
public class ModalPoppingEventArgs : Microsoft.Maui.Controls.ModalEventArgs
type ModalPoppingEventArgs = class
inherit ModalEventArgs
Public Class ModalPoppingEventArgs
Inherits ModalEventArgs
- 繼承
建構函式
| ModalPoppingEventArgs(Page) |
為正在取出的頁面建構新 ModalPoppingEventArgs 物件。 |
屬性
| Cancel |
取得或設定值,指出是否已取消強制回應巡覽。 |
| Modal |
取得或設定其巡覽觸發事件的頁面。 (繼承來源 ModalEventArgs) |