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.
C#
Copy
public class BatteryLevelChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args BatteryLevel Changed Event Args
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 |
---|---|
Battery |