Show / Hide Table of Contents

    Enum EvasObjectCallbackType

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Enumeration for EvasObjectCallbackType.

    public enum EvasObjectCallbackType

    Fields

    Name Description
    AxisUpdate

    Axis is changed.

    CanvasFocusIn

    Canvas got focus as a whole.

    CanvasFocusOut

    Canvas lost focus as a whole.

    CanvasObjectFocusIn

    Canvas object got focus.

    CanvasObjectFocusOut

    Canvas object lost focus.

    CanvasViewportResize

    Canvas Viewport size is changed.

    ChangedSizeHints

    Size hints changed the CallbackType event.

    Del

    Object being deleted (called before Free).

    DeviceChanged

    Devices added, removed, or changed on canvas.

    FocusIn

    Focus In Event CallbackType.

    FocusOut

    Focus Out Event CallbackType.

    Free

    Object Being Freed (Called after Del).

    Hide

    Hide Event CallbackType.

    Hold

    Hold Event CallbackType, Informational purpose event to indicate something.

    ImagePreloaded

    Image has been pre-loaded.

    ImageResize

    Image size is changed.

    ImageUnloaded

    Image data has been unloaded (by some mechanism in Evas that throw out the original image data).

    KeyDown

    Key Press Event CallbackType.

    KeyUp

    Key Release Event CallbackType.

    MouseDown

    Mouse Button Down Event CallbackType.

    MouseIn

    Mouse In Event CallbackType.

    MouseMove

    Mouse Move Event CallbackType.

    MouseOut

    Mouse Out Event CallbackType.

    MouseUp

    Mouse Button Up Event CallbackType.

    MouseWheel

    Mouse Wheel Event CallbackType.

    Move

    Move Event CallbackType.

    MultiDown

    Multi-touch Down Event CallbackType.

    MultiMove

    Multi-touch Move Event CallbackType.

    MultiUp

    Multi-touch Up Event CallbackType.

    RenderFlushPost

    Called just after rendering is updated on the canvas target.

    RenderFlushPre

    Called just before rendering is updated on the canvas target.

    RenderPost

    Called just after rendering stops on the canvas target.

    RenderPre

    Called just before rendering starts on the canvas target.

    Resize

    Resize Event CallbackType.

    Restack

    Restack Event CallbackType.

    Show

    Show Event CallbackType.

    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX