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.
public class StateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceCurrent
The current state.
Declaration
public State Current { get; }
Property Value
Type | Description |
---|---|
State |
API Level: 6
View SourcePrevious
The previous state.
Declaration
public State Previous { get; }
Property Value
Type | Description |
---|---|
State |