Class ApplicationLaunchedEventArgs

    Definition

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

    Arguments for the event raised when the application is launched.

    public class ApplicationLaunchedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ApplicationLaunchedEventArgs

    Properties

    View Source

    ApplicationRunningContext

    The information of the application.

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