Class ApplicationEnabledEventArgs

Definition

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

Arguments for the event raised when the application is enabled.

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

Properties

View Source

ApplicationId

The ID of the application.

Declaration
C#
Copy
public string ApplicationId { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

EventState

The event state of the application.

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