Class StateChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControl
- Assembly:
- Tizen.Uix.VoiceControl.dll
- API Level:
- 3
This class holds information related to the VoiceControl client StateChanged event.
public class StateChangedEventArgs
- Inheritance
-
StateChangedEventArgs
Properties
View SourceCurrent
The current state.
Declaration
public State Current { get; }
Property Value
Type | Description |
---|---|
State |
API Level: 3
View SourcePrevious
The previous state.
Declaration
public State Previous { get; }
Property Value
Type | Description |
---|---|
State |