Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
This class represents the event arguments used when the state of the TTS player changes.
public class TTSPlayer.StateChangedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
TTSPlayer.StateChangedEventArgs
Properties
View Source
NextState
The new state of the TTS player after the change.
Declaration
public TTSPlayer.TTSState NextState { get; set; }
Property Value
View Source
PrevState
The previous state of the TTS player before the change.
Declaration
public TTSPlayer.TTSState PrevState { get; set; }
Property Value