Class PredictionHintDataUpdatedEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
6

This class contains the data related to the PredictionHintDataUpdated event.

C#
Copy
public class PredictionHintDataUpdatedEventArgs
Inheritance
System.Object
PredictionHintDataUpdatedEventArgs

Properties

View Source

Key

The prediction hint key.

Declaration
C#
Copy
public string Key { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Value

The prediction hint value.

Declaration
C#
Copy
public string Value { get; }
Property Value
Type Description
System.String
API Level: 6