| CanvasDeviceDeviceLost Event | 
Namespace: Microsoft.Graphics.Canvas
 Syntax
Syntaxpublic event TypedEventHandler<CanvasDevice, Object> DeviceLost
 Remarks
RemarksAny handlers subscribed to this event will be issued whenever RaiseDeviceLost is called.
An implementation of this handler is expected to re-create the device, and any device-dependent resources.
For more information, see Handling device lost.
 See Also
See Also