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