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