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