Class ApplicationDisabledEventArgs

    Definition

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

    Arguments for the event raised when the application is disabled.

    public class ApplicationDisabledEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ApplicationDisabledEventArgs

    Properties

    View Source

    ApplicationId

    The ID of the application.

    Declaration
    public string ApplicationId { get; }
    Property Value
    Type Description
    string
    View Source

    EventState

    The event state of the application.

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