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