Click or drag to resize
AppOnSuspending Method
Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void OnSuspending(
	Object sender,
	SuspendingEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the suspend request.
e
Type: Windows.ApplicationModelSuspendingEventArgs
Details about the suspend request.
See Also