Class ReturnKeySetEventArgs

Definition

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

This class contains the data related to the ReturnKeySet event.

C#
Copy
public class ReturnKeySetEventArgs
Inheritance
System.Object
ReturnKeySetEventArgs

Properties

View Source

Type

The type of the Return key on the input panel.

Declaration
C#
Copy
public InputPanelReturnKey Type { get; }
Property Value
Type Description
InputPanelReturnKey
API Level: 4