Share via


IdleDispatchedHandler Delegate

Definition

Represents the method that handles CoreWindow idle priority dispatch events. It is invoked when CoreDispatcher.RunIdleAsync is called.

public delegate void IdleDispatchedHandler(IdleDispatchedHandlerArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2754284580, 32545, 19132, 153, 193, 143, 1, 0, 127, 8, 128)]
class IdleDispatchedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2754284580, 32545, 19132, 153, 193, 143, 1, 0, 127, 8, 128)]
public delegate void IdleDispatchedHandler(IdleDispatchedHandlerArgs e);
Public Delegate Sub IdleDispatchedHandler(e As IdleDispatchedHandlerArgs)

Parameters

e
IdleDispatchedHandlerArgs

The set of arguments returned by the callback.

Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to

See also