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