Class ImfManager.KeyboardTypeChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

ImfManager keyboard type changed event arguments.

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

Properties

View Source

KeyboardType

ImfManager keyboard type

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