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