Class InputMethodContext.StatusChangedEventArgs

Definition

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

InputMethodContext status changed event arguments.

C#
Copy
public class StatusChangedEventArgs : EventArgs
Inheritance
System.Object
InputMethodContext.StatusChangedEventArgs

Properties

View Source

StatusChanged

InputMethodContext status.

Declaration
C#
Copy
public bool StatusChanged { get; set; }
Property Value
Type Description
Boolean
API Level: 5