Class InputMethodContext.ActivatedEventArgs

Definition

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

InputMethodContext activated event arguments.

C#
Copy
public class InputMethodContext.ActivatedEventArgs : EventArgs
Inheritance
object
System.EventArgs
InputMethodContext.ActivatedEventArgs

Properties

View Source

InputMethodContext

The instance of InputMethodContext

Declaration
C#
Copy
public InputMethodContext InputMethodContext { get; set; }
Property Value
Type Description
InputMethodContext