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
    object
    System.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

    Properties

    View Source

    LowMemoryStatus

    The property to get the information of the LowMemoryStatus

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