CanvasAnimatedControlGameLoopStopped Event |
Namespace: Microsoft.Graphics.Canvas.UI.Xaml
public event TypedEventHandler<ICanvasAnimatedControl, Object> GameLoopStopped
This event is the last chance an application has to execute code before the game loop thead exits. This is the recommended place to unregister any events that were registered during GameLoopStarting.
The CustomFonts example in ExampleGallery demonstrates using this event.