| ICanvasAnimatedControl Events |
The ICanvasAnimatedControl type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateResources | Hook this event to create any resources needed for your drawing. | |
| Draw | Hook this event to draw the contents of the control. | |
| GameLoopStarting | Occurs on the game loop thread just before the game loop starts. | |
| GameLoopStopped | Occurs on the game loop thread just after the game loop stops. | |
| Update | Hook this event to update any data, as necessary, for your app's animation. |