Class StateChangedEventArgs

Definition

Namespace:
Tizen.Uix.Stt
Assembly:
Tizen.Uix.Stt.dll

This class holds information related to the STT StateChanged event.

C#
Copy
public class StateChangedEventArgs
Inheritance
object
StateChangedEventArgs

Properties

View Source

Current

The current state.

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

Previous

The previous state.

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