Lingua

Window.FrameMetricsAvailableEventArgs Class

Definition

Provides data for a managed callback event.

public class Window.FrameMetricsAvailableEventArgs : EventArgs
type Window.FrameMetricsAvailableEventArgs = class
    inherit EventArgs
Inheritance
Window.FrameMetricsAvailableEventArgs

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
Window.FrameMetricsAvailableEventArgs(Window, FrameMetrics, Int32)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
DropCountSinceLastInvocation

Gets the number of frame-metrics reports dropped since the previous callback.

FrameMetrics

Gets frame metrics reported for the window.

Window

Gets the window associated with the frame-metrics callback.

Applies to