Class BatteryLevelChangedEventArgs
Definition
- Assembly:
- Tizen.System.dll
BatteryLevelChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryLevelChanged event from the battery class.
public class BatteryLevelChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBatteryLevelChangedEventArgs
Properties
View SourceLevel
The level indicates the current battery level status which is a type of the BatteryLevelStatus.
Declaration
public BatteryLevelStatus Level { get; }
Property Value
Type | Description |
---|---|
BatteryLevelStatus |