CanvasCreateResourcesEventArgs Class |
Namespace: Microsoft.Graphics.Canvas.UI
public sealed class CanvasCreateResourcesEventArgs
The CanvasCreateResourcesEventArgs type exposes the following members.
Name | Description | |
---|---|---|
CanvasCreateResourcesEventArgs | Initializes a new instance of the CanvasCreateResourcesEventArgs class. |
Name | Description | |
---|---|---|
GetTrackedAction | Gets the asynchronous tracked action stored by this object. | |
TrackAsyncAction | Causes the sender to track an action that must completed before
the CreateResources operation can be considered finished. |
Typically, instances of CanvasCreateResourcesEventArgs are created by Win2D controls and passed to the application through its CreateResources event handler. However, applications may choose to create their own instances of CanvasCreateResourcesEventArgs for unit testing purposes.