Show / Hide Table of Contents

    Class LowMemoryEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll
    API Level:
    3

    The class for the argument of the LowMemory EventHandler

    public class LowMemoryEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    LowMemoryEventArgs

    Constructors

    View Source

    LowMemoryEventArgs(LowMemoryStatus)

    Initializes LowMemoryEventArgs class

    Declaration
    public LowMemoryEventArgs(LowMemoryStatus status)
    Parameters
    Type Name Description
    LowMemoryStatus status

    The information of the LowMemoryStatus

    API Level: 3

    Properties

    View Source

    LowMemoryStatus

    The property to get the information of the LowMemoryStatus

    Declaration
    public LowMemoryStatus LowMemoryStatus { get; }
    Property Value
    Type Description
    LowMemoryStatus
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX