Class ServiceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
- API Level:
- 6
This class holds information related to the VoiceControl service ServiceStateChanged event.
C#Copypublic class ServiceStateChangedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic ServiceState Current { get; }
Property Value
Type | Description |
---|---|
ServiceState |
API Level: 6
Declaration
C#Copypublic ServiceState Previous { get; }
Property Value
Type | Description |
---|---|
ServiceState |