Class BatteryChargingStateChangedEventArgs
Definition
- Namespace:
- Tizen.System
- Assembly:
- Tizen.System.dll
- API Level:
- 3
BatteryChargingStateChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryChargingStateChanged event from the battery class.
public class BatteryChargingStateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceIsCharging
The charging state of the battery. Charging is a type of a boolean which indicates true/false based on the current charging status.
Declaration
public bool IsCharging { get; }
Property Value
Type | Description |
---|---|
Boolean |