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.
public class BatteryPercentChangedEventArgs : EventArgs
- Inheritance
Properties
View SourcePercent
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
public int Percent { get; }
Property Value
Type | Description |
---|---|
Int32 |