PowerManager.PowerSourceKindChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenché lorsque la source d’alimentation de l’appareil a changé.
// Register
static event_token PowerSourceKindChanged(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
static void PowerSourceKindChanged(event_token const* cookie) const;
// Revoke with event_revoker
static PowerManager::PowerSourceKindChanged_revoker PowerSourceKindChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public static event System.EventHandler<object> PowerSourceKindChanged;
function onPowerSourceKindChanged(eventArgs) { /* Your code */ }
Microsoft.Windows.System.Power.PowerManager.addEventListener("powersourcekindchanged", onPowerSourceKindChanged);
Microsoft.Windows.System.Power.PowerManager.removeEventListener("powersourcekindchanged", onPowerSourceKindChanged);
- or -
Microsoft.Windows.System.Power.PowerManager.onpowersourcekindchanged = onPowerSourceKindChanged;
Public Shared Custom Event PowerSourceKindChanged As EventHandler(Of Object)
Type d'événement
Remarques
Pour obtenir la source d’alimentation actuelle de l’appareil en réponse à cet événement, utilisez la propriété PowerSourceKind. Cet événement correspond au GUID du paramètre d’alimentation GUID_ACDC_POWER_SOURCE.