The method is fired when the device is lost.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected virtual void OnDeviceLost(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: System..::.Object
Object that fired the event.
e
Type: System..::.EventArgs
The information about the event.

See Also