Class InputMethodContext.EventData

    Definition

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

    This structure is used to pass on data from the IMF regarding predictive text.

    public class InputMethodContext.EventData : Disposable, IDisposable
    Inheritance
    object
    Disposable
    InputMethodContext.EventData
    Implements
    System.IDisposable

    Constructors

    View Source

    EventData()

    The default constructor of EventData class.

    Declaration
    public EventData()
    View Source

    EventData(EventType, string, int, int)

    The constructor.

    Declaration
    public EventData(InputMethodContext.EventType aEventName, string aPredictiveString, int aCursorOffset, int aNumberOfChars)
    Parameters
    Type Name Description
    InputMethodContext.EventType aEventName

    The name of the event from the IMF.

    string aPredictiveString

    The pre-edit or the commit string.

    int aCursorOffset

    Start the position from the current cursor position to start deleting characters.

    int aNumberOfChars

    The number of characters to delete from the cursorOffset.

    Fields

    View Source

    swigCMemOwn

    The state if it owns memory

    Declaration
    [Obsolete("This has been deprecated in API9 and will be removed in API11. Use swigCMemOwn that is declared in the parent class")]
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    View Source

    CursorOffset

    The start position from the current cursor position to start deleting characters.

    Declaration
    public int CursorOffset { get; set; }
    Property Value
    Type Description
    int
    View Source

    EventName

    The name of the event from the IMF.

    Declaration
    public InputMethodContext.EventType EventName { get; set; }
    Property Value
    Type Description
    InputMethodContext.EventType
    View Source

    NumberOfChars

    The number of characters to delete from the cursorOffset.

    Declaration
    public int NumberOfChars { get; set; }
    Property Value
    Type Description
    int
    View Source

    PredictiveString

    The pre-edit or the commit string.

    Declaration
    public string PredictiveString { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Dispose(DisposeTypes)

    You can override it to clean-up your own resources.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    Disposable.Dispose(DisposeTypes)

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX