Class StateChangedEventArgs

Definition

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

This class holds information related to the STT StateChanged event.

C#
Copy
public class StateChangedEventArgs
Inheritance
System.Object
StateChangedEventArgs

Properties

View Source

Current

The current state.

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

Previous

The previous state.

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