Class LanguageSetEventArgs

Definition

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

This class contains the data related to the LanguageSet event.

C#
Copy
public class LanguageSetEventArgs
Inheritance
LanguageSetEventArgs

Properties

View Source

Language

The preferred language that the client application wants.

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