Class LowBatteryEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

The class for the argument of the LowBattery EventHandler

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

Constructors

View Source

LowBatteryEventArgs(LowBatteryStatus)

Initializes LowBatteryEventArgs class

Declaration
C#
Copy
public LowBatteryEventArgs(LowBatteryStatus status)
Parameters
Type Name Description
LowBatteryStatus status

The information of the LowBatteryEventArgs

API Level: 3

Properties

View Source

LowBatteryStatus

The property to get the information of the LowBatteryStatus

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