Class StateChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This class holds information related to the VoiceControl client StateChanged event.
public class StateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStateChangedEventArgs
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 |