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