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.
public class PredictionHintDataUpdatedEventArgs
- Inheritance
-
PredictionHintDataUpdatedEventArgs
Properties
View SourceKey
The prediction hint key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceValue
The prediction hint value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
String |