Class ImfManager.KeyboardTypeChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
4

ImfManager keyboard type changed event arguments.

C#
Copy
public class KeyboardTypeChangedEventArgs : EventArgs
Inheritance
ImfManager.KeyboardTypeChangedEventArgs

Properties

View Source

KeyboardType

ImfManager keyboard type

Declaration
C#
Copy
public ImfManager.KeyboardType KeyboardType { get; set; }
Property Value
Type Description
ImfManager.KeyboardType
API Level: 4