Class PredictionHintDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
This class contains the data related to the PredictionHintDataUpdated event.
public class PredictionHintDataUpdatedEventArgs
- Inheritance
-
objectPredictionHintDataUpdatedEventArgs
Properties
View SourceKey
The prediction hint key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
string |
Value
The prediction hint value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
string |