CanvasAnimatedControlDraw Event |
Namespace: Microsoft.Graphics.Canvas.UI.Xaml
public event TypedEventHandler<ICanvasAnimatedControl, CanvasAnimatedDrawEventArgs> Draw
The Draw event is raised any time its contents need to be redrawn. Reasons it may be raised are:
The Draw event is raised on the game loop thread.