Search Results for

    Show / Hide Table of Contents

    Enum InteractiveEventFlags

    Used with the EventFlags to indicate which interactive user events should generate call on the methods implemented by the column.

    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    [Flags]
    public enum InteractiveEventFlags

    Fields

    Name Description
    MouseDoubleClick

    Left mouse button double click.

    MouseDown

    Left mouse button down.

    MouseEnteringCell

    The mouse cursor is entering a cell.

    MouseLeavingCell

    The mouse cursor is leaving a cell.

    MouseMove

    Mouse cursor move.

    MouseRightDown

    Right mouse button down.

    MouseRightUp

    Right mouse button up.

    MouseUp

    Left mouse button up.

    None

    No interaction.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Action<Window>)

    On this page

    • Fields
    • Extension Methods
    Back to top Generated by DocFX