Class PredictionHintDataUpdatedEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll

This class contains the data related to the PredictionHintDataUpdated event.

C#
Copy
public class PredictionHintDataUpdatedEventArgs
Inheritance
object
PredictionHintDataUpdatedEventArgs

Properties

View Source

Key

The prediction hint key.

Declaration
C#
Copy
public string Key { get; }
Property Value
Type Description
string
View Source

Value

The prediction hint value.

Declaration
C#
Copy
public string Value { get; }
Property Value
Type Description
string