CanvasDeviceDeviceLost Event |
Namespace: Microsoft.Graphics.Canvas
public event TypedEventHandler<CanvasDevice, Object> DeviceLost
Any 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.