Class OneShotServiceLifecycleChangedEventArgs
Definition
- Assembly:
- Tizen.NUI.Gadget.dll
Event arguments for the OneShotService lifecycle change event.
public class OneShotServiceLifecycleChangedEventArgs : EventArgs
- Inheritance
-
objectOneShotServiceLifecycleChangedEventArgs
Properties
View SourceOneShotService
Gets the OneShotService object that triggered the event.
Declaration
public OneShotService OneShotService { get; set; }
Property Value
| Type | Description |
|---|---|
| OneShotService |
State
Gets the current state of the OneShotService lifecycle.
Declaration
public OneShotServiceLifecycleState State { get; }
Property Value
| Type | Description |
|---|---|
| OneShotServiceLifecycleState |