Class ServiceStateChangedEventArgs

Definition

Namespace:
Tizen.Uix.VoiceControl
Assembly:
Tizen.Uix.VoiceControl.dll
API Level:
3

This class holds information related to the VoiceControl service ServiceStateChanged event.

C#
Copy
public class ServiceStateChangedEventArgs
Inheritance
System.Object
ServiceStateChangedEventArgs

Properties

View Source

Current

The current state.

Declaration
C#
Copy
public ServiceState Current { get; }
Property Value
Type Description
ServiceState
API Level: 3
View Source

Previous

The previous state.

Declaration
C#
Copy
public ServiceState Previous { get; }
Property Value
Type Description
ServiceState
API Level: 3