Show / Hide Table of Contents

    Class SuspendedStateEventArgs

    Definition

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

    Provides data for the SuspendedState event.

    public class SuspendedStateEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    SuspendedStateEventArgs

    Constructors

    View Source

    SuspendedStateEventArgs(SuspendedState)

    Initializes a new instance of the SuspendedStateEventArgs class.

    Declaration
    public SuspendedStateEventArgs(SuspendedState state)
    Parameters
    Type Name Description
    SuspendedState state

    The information of the SuspendedState

    API Level: 6

    Properties

    View Source

    SuspendedState

    Gets the suspended state of applications.

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