ContentDialogClosingEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供關閉事件的數據。
public ref class ContentDialogClosingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContentDialogClosingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContentDialogClosingEventArgs
Public NotInheritable Class ContentDialogClosingEventArgs
- 繼承
- 屬性
屬性
Cancel |
取得或設定值,這個值可以取消對話框的結尾。 Cancel 的 true 值會取消預設行為。 |
Result |
取得關閉事件的 ContentDialogResult 。 |
方法
GetDeferral() |
取得 ContentDialogClosingDeferral ,應用程式可用來以異步方式回應關閉事件。 |