Class DefaultVoiceChangedEventArgs

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll

This class holds information related to the DefaultVoiceChanged event.

C#
Copy
public class DefaultVoiceChangedEventArgs
Inheritance
object
DefaultVoiceChangedEventArgs

Properties

View Source

Current

The current SupportedVoice.

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

Previous

The previous SupportedVoice.

Declaration
C#
Copy
public SupportedVoice Previous { get; }
Property Value
Type Description
SupportedVoice