Class LowBatteryEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
The class for the argument of the LowBattery EventHandler
public class LowBatteryEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsLowBatteryEventArgs
Constructors
View SourceLowBatteryEventArgs(LowBatteryStatus)
Initializes LowBatteryEventArgs class
Declaration
public LowBatteryEventArgs(LowBatteryStatus status)
Parameters
Type | Name | Description |
---|---|---|
LowBatteryStatus | status | The information of the LowBatteryEventArgs |
Properties
View SourceLowBatteryStatus
The property to get the intformation of the LowBatteryStatus
Declaration
public LowBatteryStatus LowBatteryStatus { get; }
Property Value
Type | Description |
---|---|
LowBatteryStatus |