AppWindowClosingEventArgs Class

Definition

Provides data for the AppWindow.Closing event.

public ref class AppWindowClosingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowClosingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowClosingEventArgs
Public NotInheritable Class AppWindowClosingEventArgs
Inheritance
Object Platform::Object IInspectable AppWindowClosingEventArgs
Attributes

Properties

Cancel

Gets or sets a value that indicates whether the event should be canceled.

Applies to

See also