Class SetDataEventArgs

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll

    This class contains the data related to the DataSet event.

    public class SetDataEventArgs
    Inheritance
    object
    SetDataEventArgs

    Properties

    View Source

    Data

    The specific data to be set to the input panel.

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    byte[]
    View Source

    DataLength

    The length of data, in bytes, to be sent to the input panel.

    Declaration
    public uint DataLength { get; }
    Property Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX