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