Class InputMethodContext.ContentReceivedEventArgs

    Definition

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

    InputMethodContext content received event arguments.

    public class InputMethodContext.ContentReceivedEventArgs : EventArgs
    Inheritance
    object
    InputMethodContext.ContentReceivedEventArgs

    Properties

    View Source

    Content

    The content, such as images, of input method

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    string
    View Source

    Description

    The description of content

    Declaration
    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
    public string MimeType { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX