Show / Hide Table of Contents

    Class ApplicationEnabledEventArgs

    Definition

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

    Arguments for the event raised when the application is enabled.

    public class ApplicationEnabledEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    ApplicationEnabledEventArgs

    Properties

    View Source

    ApplicationId

    The ID of the application.

    Declaration
    public string ApplicationId { get; }
    Property Value
    Type Description
    String
    API Level: 3
    View Source

    EventState

    The event state of the application.

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