Class StateChangedEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControlManager
Assembly:
Tizen.Uix.VoiceControlManager.dll
API Level:
6

This class holds information related to the VoiceControl client StateChanged event.

C#
Copy
public class StateChangedEventArgs : EventArgs
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: 6
View Source

Previous

The previous state.

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