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 |
|---|---|---|
|
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
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
See also
Show: