Class PredictionHintUpdatedEventArgs

Definition

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

This class contains the data related to the PredictionHintUpdated event.

C#
Copy
public class PredictionHintUpdatedEventArgs
Inheritance
System.Object
PredictionHintUpdatedEventArgs

Properties

View Source

PredictionHint

The prediction hint to be set to the input panel

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