Class BatteryLevelChangedEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
3

BatteryLevelChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryLevelChanged event from the battery class.

C#
Copy
public class BatteryLevelChangedEventArgs : EventArgs
Inheritance
System.Object
BatteryLevelChangedEventArgs

Properties

View Source

Level

The level indicates the current battery level status which is a type of the BatteryLevelStatus.

Declaration
C#
Copy
public BatteryLevelStatus Level { get; }
Property Value
Type Description
BatteryLevelStatus
API Level: 3