SuspendingEventArgs class

0 out of 2 rated this helpful - Rate this topic

Provides data for an app suspending event.

Syntax


/* For information about creating or accessing this object, see Remarks. */

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The SuspendingEventArgs class has these types of members:

Methods

The SuspendingEventArgs class inherits methods from the Object class (C#/VB/C++).

Properties

The SuspendingEventArgs class has these properties.

PropertyAccess typeDescription

SuspendingOperation

Read-onlyGets the app suspending operation.

 

Remarks

This object is accessed when you implement a handler to respond to Suspending events.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel
Windows::ApplicationModel [C++]

Metadata

Windows.winmd

See also

Windows.ApplicationModel.Core.CoreApplication.Suspending

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.