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#Copypublic class StateChangedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic State Current { get; }
Property Value
Type | Description |
---|---|
State |
API Level: 6
Declaration
C#Copypublic State Previous { get; }
Property Value
Type | Description |
---|---|
State |