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