Class InputMethodContext.EventReceivedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
InputMethodContext event receives event arguments.
public class InputMethodContext.EventReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsInputMethodContext.EventReceivedEventArgs
Properties
View SourceEventData
The event data of IMF
Declaration
public InputMethodContext.EventData EventData { get; set; }
Property Value
Type | Description |
---|---|
InputMethodContext.EventData |
InputMethodContext
The instance of InputMethodContext
Declaration
public InputMethodContext InputMethodContext { get; set; }
Property Value
Type | Description |
---|---|
InputMethodContext |