Class ServiceStateChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.Voice
Control
- Assembly:
- Tizen.Uix.VoiceControl.dll
This class holds information related to the VoiceControl service ServiceStateChanged event.
public class ServiceStateChangedEventArgs
- Inheritance
-
objectService
State Changed Event Args
Properties
View SourceCurrent
The current state.
Declaration
public ServiceState Current { get; }
Property Value
Type | Description |
---|---|
Service |
Previous
The previous state.
Declaration
public ServiceState Previous { get; }
Property Value
Type | Description |
---|---|
Service |