Class StateChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This class holds information related to the VoiceControl client StateChanged event.
C#Copypublic class StateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStateChangedEventArgs
Properties
Declaration
C#Copypublic State Current { get; }
Property Value
Type | Description |
---|---|
State |
Declaration
C#Copypublic State Previous { get; }
Property Value
Type | Description |
---|---|
State |