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