Class ApplicationLaunchedEventArgs

Definition

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

Arguments for the event raised when the application is launched.

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

Properties

View Source

ApplicationRunningContext

The information of the application.

Declaration
C#
Copy
public ApplicationRunningContext ApplicationRunningContext { get; }
Property Value
Type Description
ApplicationRunningContext
API Level: 3