Class StateChangedEventArgs
Definition
- Assembly:
- Tizen.Uix.Tts.dll
This class holds information related to the TTS StateChanged event.
C#
Copy
public class StateChangedEventArgs
- Inheritance
-
objectState
Changed Event Args
Properties
Declaration
C#
Copy
public State Current { get; }
Property Value
Type | Description |
---|---|
State |
Declaration
C#
Copy
public State Previous { get; }
Property Value
Type | Description |
---|---|
State |