Class ServiceStateChangedEventArgs
Definition
- Assembly:
- Tizen.Uix.Tts.dll
This class holds information related to the TTS ServiceStateChanged event.
public class ServiceStateChangedEventArgs
- Inheritance
-
objectServiceStateChangedEventArgs
Properties
View SourceCurrent
The current state of TTS service.
Declaration
public ServiceState Current { get; }
Property Value
Type | Description |
---|---|
ServiceState |
Previous
The previous state of TTS service.
Declaration
public ServiceState Previous { get; }
Property Value
Type | Description |
---|---|
ServiceState |