Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

ISuspendingEventArgs interface

Provides data for an app suspending event.

Members

The ISuspendingEventArgs interface inherits from IInspectable. ISuspendingEventArgs also has these types of members:

Properties

The ISuspendingEventArgs interface has these properties.

PropertyDescription

SuspendingOperation

Gets the app suspending operation.

 

Remarks

This object is accessed when you implement event handlers like SuspendingEventHandler, SuspendingEventHandler, and add_Suspending to respond to app suspending events.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.ApplicationModel.h

IDL

Windows.ApplicationModel.idl

See also

ISuspendingOperation
ISuspendingDeferral

 

 

Build date: 5/16/2013

Community Additions

© 2013 Microsoft. All rights reserved.