Class InputHintSetEventArgs

Definition

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

This class contains the data related to the InputHintSet event.

C#
Copy
public class InputHintSetEventArgs
Inheritance
System.Object
InputHintSetEventArgs

Properties

View Source

InputHint

The input hint.

Declaration
C#
Copy
public InputHints InputHint { get; }
Property Value
Type Description
InputHints
API Level: 10