Class ApplicationEnabledEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
Arguments for the event raised when the application is enabled.
public class ApplicationEnabledEventArgs : EventArgs
- Inheritance
Properties
View SourceApplicationId
The ID of the application.
Declaration
public string ApplicationId { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceEventState
The event state of the application.
Declaration
public ApplicationEventState EventState { get; }
Property Value
Type | Description |
---|---|
ApplicationEventState |