Class DefaultVoiceChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.Tts
- Assembly:
- Tizen.Uix.Tts.dll
- API Level:
- 3
This class holds information related to the DefaultVoiceChanged event.
public class DefaultVoiceChangedEventArgs
- Inheritance
-
DefaultVoiceChangedEventArgs
Properties
View SourceCurrent
The current SupportedVoice.
Declaration
public SupportedVoice Current { get; }
Property Value
Type | Description |
---|---|
SupportedVoice |
API Level: 3
View SourcePrevious
The previous SupportedVoice.
Declaration
public SupportedVoice Previous { get; }
Property Value
Type | Description |
---|---|
SupportedVoice |