Search Results for

    Show / Hide Table of Contents

    Class VScrollEventArgs

    Arguments passed in the VScroll event.

    Inheritance
    Object
    VScrollEventArgs
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public class VScrollEventArgs : ScrollEventArgs

    Constructors

    VScrollEventArgs(ScrollEventType, Int32, Int32)

    Wraps the Windows Forms constructor.

    Declaration
    public VScrollEventArgs(ScrollEventType type, int oldValue, int newValue)
    Parameters
    Type Name Description
    ScrollEventType type
    Int32 oldValue
    Int32 newValue

    Properties

    EditControl

    The edit control in which the selection changed.

    Declaration
    public IEditControl EditControl { get; set; }
    Property Value
    Type Description
    IEditControl

    Handled

    Set to true once the event has been handled. This is required because for some strange reason events get passed around several times when the edit control is embedded into the TRADOS Studio prototype.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    ToString()

    Debug helper method

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX