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