Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.47 KB

suspendingeventargs.md

File metadata and controls

28 lines (20 loc) · 1.47 KB
-api-id -api-type
T:Windows.UI.WebUI.SuspendingEventArgs
winrt class

Windows.UI.WebUI.SuspendingEventArgs

-description

Provides data for an app suspension event.

-remarks

This object is accessed when you implement WebUIApplication.SuspendingEventHandler to respond to WebUIApplication.suspending events.

Note

This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX)

.

-examples

-see-also

App lifecycle, SuspendingOperation, App activated, resume, and suspend using the WRL sample