Class ServiceLifecycleChangedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.UnitedService.dll
Event arguments for the service lifecycle change event.
public class ServiceLifecycleChangedEventArgs : EventArgs
- Inheritance
-
objectServiceLifecycleChangedEventArgs
Properties
View SourceService
Gets the service object that triggered the event.
Declaration
public Service Service { get; }
Property Value
| Type | Description |
|---|---|
| Service |
State
Gets the current state of the service lifecycle.
Declaration
public ServiceLifecycleState State { get; }
Property Value
| Type | Description |
|---|---|
| ServiceLifecycleState |