Class LowMemoryEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
The class for the argument of the LowMemory EventHandler
public class LowMemoryEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsLowMemoryEventArgs
Constructors
View SourceLowMemoryEventArgs(LowMemoryStatus)
Initializes LowMemoryEventArgs class
Declaration
public LowMemoryEventArgs(LowMemoryStatus status)
Parameters
Type | Name | Description |
---|---|---|
LowMemoryStatus | status | The information of the LowMemoryStatus |
Properties
View SourceLowMemoryStatus
The property to get the intformation of the LowMemoryStatus
Declaration
public LowMemoryStatus LowMemoryStatus { get; }
Property Value
Type | Description |
---|---|
LowMemoryStatus |