Click or drag to resize
ICanvasAnimatedControlUpdate Event
Hook this event to update any data, as necessary, for your app's animation.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
event TypedEventHandler<ICanvasAnimatedControl, CanvasAnimatedUpdateEventArgs> Update

Value

Type: Windows.FoundationTypedEventHandlerICanvasAnimatedControl, CanvasAnimatedUpdateEventArgs
Remarks

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.

See Also