Class LowBatteryEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
The class for the argument of the LowBattery EventHandler
C#Copypublic class LowBatteryEventArgs : EventArgs
- Inheritance
Constructors
Declaration
C#Copypublic LowBatteryEventArgs(LowBatteryStatus status)
Parameters
Type | Name | Description |
---|---|---|
LowBatteryStatus | status | The information of the LowBatteryEventArgs |
API Level: 3
Properties
Declaration
C#Copypublic LowBatteryStatus LowBatteryStatus { get; }
Property Value
Type | Description |
---|---|
LowBatteryStatus |