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