Partager via


ForegroundEnergyManager.RecentEnergyUsageIncreased Événement

Définition

Se produit lorsque la consommation d’énergie au premier plan de l’application a considérablement augmenté.

// Register
static event_token RecentEnergyUsageIncreased(EventHandler<IInspectable> const& handler) const;

// Revoke with event_token
static void RecentEnergyUsageIncreased(event_token const* cookie) const;

// Revoke with event_revoker
static ForegroundEnergyManager::RecentEnergyUsageIncreased_revoker RecentEnergyUsageIncreased(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
// Register
static event_token RecentEnergyUsageIncreased(EventHandler<IInspectable> const& handler) const;

// Revoke with event_token
static void RecentEnergyUsageIncreased(event_token const* cookie) const;

// Revoke with event_revoker
static ForegroundEnergyManager::RecentEnergyUsageIncreased_revoker RecentEnergyUsageIncreased(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public static event System.EventHandler<object> RecentEnergyUsageIncreased;
[add: Windows.Foundation.Metadata.Deprecated("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("Foreground Energy Manager has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
public static event System.EventHandler<object> RecentEnergyUsageIncreased;
function onRecentEnergyUsageIncreased(eventArgs) { /* Your code */ }
Windows.System.Power.ForegroundEnergyManager.addEventListener("recentenergyusageincreased", onRecentEnergyUsageIncreased);
Windows.System.Power.ForegroundEnergyManager.removeEventListener("recentenergyusageincreased", onRecentEnergyUsageIncreased);
- or -
Windows.System.Power.ForegroundEnergyManager.onrecentenergyusageincreased = onRecentEnergyUsageIncreased;
Public Shared Custom Event RecentEnergyUsageIncreased As EventHandler(Of Object) 

Type d'événement

Attributs

Remarques

Les notifications sont envoyées à chaque augmentation significative jusqu’au niveau d’utilisation de l’arrêt.

S’applique à