RenderingEventArgs Class

Definition

Provides event data for the Rendering event.

public ref class RenderingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RenderingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RenderingEventArgs
Public NotInheritable Class RenderingEventArgs
Inheritance
Object Platform::Object IInspectable RenderingEventArgs
Attributes

Properties

RenderingTime

Gets the time when the frame rendered, for timing purposes

Applies to

See also