Class BatteryPercentChangedEventArgs

Definition

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

BatteryPercentChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryPercentChanged event from the battery class.

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

Properties

View Source

Percent

The current capacity of the battery. Capacity is an integer value from 0 to 100 that indicates the remaining battery charge as a percentage of the maximum level.

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