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.

C#
Copy
public class BatteryChargingStateChangedEventArgs : EventArgs
Inheritance
System.Object
BatteryChargingStateChangedEventArgs

Properties

View Source

IsCharging

The charging state of the battery. Charging is a type of a boolean which indicates true/false based on the current charging status.

Declaration
C#
Copy
public bool IsCharging { get; }
Property Value
Type Description
Boolean
API Level: 3