InfoBarClosingEventArgs Classe

Definizione

Fornisce i dati per l'evento InfoBar.Closing .

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel Windows App SDK, vedi gli spazi dei nomi Windows App SDK).

public ref class InfoBarClosingEventArgs
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class InfoBarClosingEventArgs
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class InfoBarClosingEventArgs
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class InfoBarClosingEventArgs
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class InfoBarClosingEventArgs
Public Class InfoBarClosingEventArgs
Ereditarietà
Object Platform::Object IInspectable InfoBarClosingEventArgs
Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Proprietà

Cancel

Ottiene o imposta un valore che indica se l'evento Closing deve essere annullato in InfoBar.

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel Windows App SDK, vedi gli spazi dei nomi Windows App SDK).

Reason

Ottiene una costante che specifica se la causa dell'evento Closing è dovuta all'interazione dell'utente (clic sul pulsante Chiudi) o alla chiusura a livello di codice.

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel Windows App SDK, vedi gli spazi dei nomi Windows App SDK).

Si applica a

Vedi anche