ICanvasAnimatedControlUpdate Event |
Namespace: Microsoft.Graphics.Canvas.UI.Xaml
event TypedEventHandler<ICanvasAnimatedControl, CanvasAnimatedUpdateEventArgs> Update
The Update event is raised on a timed interval, based on the target elapsed time. It doesn't get raised if the control is paused.
The Update event is raised on the game loop thread.