Click or drag to resize
CanvasAnimatedUpdateEventArgs Class
Provides data for the Update event.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.UI.XamlCanvasAnimatedUpdateEventArgs

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CanvasAnimatedUpdateEventArgs

The CanvasAnimatedUpdateEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCanvasAnimatedUpdateEventArgs
Initializes a new instance of the CanvasAnimatedUpdateEventArgs class.
Top
Properties
  NameDescription
Public propertyTiming
Gets the control's timing information for use by the event handler.
Top
See Also