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