Class InputMethodContext.ContentReceivedEventArgs

Definition

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

InputMethodContext content received event arguments.

C#
Copy
public class ContentReceivedEventArgs : EventArgs
Inheritance
InputMethodContext.ContentReceivedEventArgs

Properties

View Source

Content

The content, such as images, of input method

Declaration
C#
Copy
public string Content { get; set; }
Property Value
Type Description
String
View Source

Description

The description of content

Declaration
C#
Copy
public string Description { get; set; }
Property Value
Type Description
String
View Source

MimeType

The mime type of content, such as jpg, png, and so on

Declaration
C#
Copy
public string MimeType { get; set; }
Property Value
Type Description
String

Extension Methods