SurfaceControl.JankDataEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for a managed callback event.
public class SurfaceControl.JankDataEventArgs : EventArgs
type SurfaceControl.JankDataEventArgs = class
inherit EventArgs
- Inheritance
-
SurfaceControl.JankDataEventArgs
Constructors
| Name | Description |
|---|---|
| SurfaceControl.JankDataEventArgs(IList<SurfaceControl.JankData>) |
Initializes the managed event data passed to the associated callback. |
Properties
| Name | Description |
|---|---|
| JankData |
Gets the jank data reported for the surface-control callback. |