Class SuspendedStateEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    Provides data for the SuspendedState event.

    public class SuspendedStateEventArgs : EventArgs
    Inheritance
    object
    System.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

    Properties

    View Source

    SuspendedState

    Gets the suspended state of applications.

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