Class ApplicationDisabledEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Arguments for the event raised when the application is disabled.
public class ApplicationDisabledEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsApplicationDisabledEventArgs
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 |