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.

Property Access type Description
SuspendingOperation
Read/write
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

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Header
Windows.ApplicationModel.h
IDL
Windows.ApplicationModel.idl

See also