Class ServiceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
This class holds information related to the VoiceControl service ServiceStateChanged event.
public class ServiceStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsServiceStateChangedEventArgs
Properties
View SourceCurrent
The current state.
Declaration
public ServiceState Current { get; }
Property Value
Type | Description |
---|---|
ServiceState |
Previous
The previous state.
Declaration
public ServiceState Previous { get; }
Property Value
Type | Description |
---|---|
ServiceState |