Class BatteryPercentChangedEventArgs
Definition
- Assembly:
- Tizen.System.dll
BatteryPercentChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryPercentChanged event from the battery class.
public class BatteryPercentChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBatteryPercentChangedEventArgs
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 |
---|---|
int |