# EnergySaverStatusChangedEventArgs

Namespace: **Wisej.Hybrid.Shared.Battery**

Assembly: **Wisej.Hybrid** (3.5.0.0)

Event arguments when the energy saver status changes.

{% tabs %}
{% tab title="C#" %}

```csharp
public class EnergySaverStatusChangedEventArgs : EventArgs
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class EnergySaverStatusChangedEventArgs
    Inherits EventArgs
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)EnergySaverStatusChangedEventArgs(saverStatus)

Public constructor for event arguments.

| Name            | Type                                                                                                                | Description                      |
| --------------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| **saverStatus** | [EnergySaverStatus](https://docs.wisej.com/hybrid/start/api/hardware/wisej.hybrid.shared.battery.energysaverstatus) | The current status of the event. |

To be added.

## Properties

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)EnergySaverStatus

[EnergySaverStatus](https://docs.wisej.com/hybrid/start/api/hardware/wisej.hybrid.shared.battery.energysaverstatus): Gets or sets the current status of energy saver mode.

To be added.
