Class DefaultVoiceChangedEventArgs

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
3

This class holds information related to the DefaultVoiceChanged event.

C#
Copy
public class DefaultVoiceChangedEventArgs
Inheritance
System.Object
DefaultVoiceChangedEventArgs

Properties

View Source

Current

The current SupportedVoice.

Declaration
C#
Copy
public SupportedVoice Current { get; }
Property Value
Type Description
SupportedVoice
API Level: 3
View Source

Previous

The previous SupportedVoice.

Declaration
C#
Copy
public SupportedVoice Previous { get; }
Property Value
Type Description
SupportedVoice
API Level: 3