Class ApplicationLaunchedEventArgs

Definition

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

Arguments for the event raised when the application is launched.

C#
Copy
public class ApplicationLaunchedEventArgs : EventArgs
Inheritance
object
System.EventArgs
ApplicationLaunchedEventArgs

Properties

View Source

ApplicationRunningContext

Gets the current running context of the application.

Declaration
C#
Copy
public ApplicationRunningContext ApplicationRunningContext { get; }
Property Value
Type Description
ApplicationRunningContext