XamlShutdownCompletedOnThreadEventArgs Class

Definition

public ref class XamlShutdownCompletedOnThreadEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class XamlShutdownCompletedOnThreadEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class XamlShutdownCompletedOnThreadEventArgs
Public NotInheritable Class XamlShutdownCompletedOnThreadEventArgs
Inheritance
Object Platform::Object IInspectable XamlShutdownCompletedOnThreadEventArgs
Attributes

Methods

GetDispatcherQueueDeferral()

Gets a Deferral object that lets you delay completion of the shutdown until your operations are complete.

Applies to

See also