Search Results for

    Show / Hide Table of Contents

    Class VScrollEventArgs

    Arguments passed in the VScroll event.

    Inheritance
    object
    EventArgs
    ScrollEventArgs
    VScrollEventArgs
    Inherited Members
    ScrollEventArgs.ScrollOrientation
    ScrollEventArgs.Type
    ScrollEventArgs.NewValue
    ScrollEventArgs.OldValue
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public class VScrollEventArgs : ScrollEventArgs

    Constructors

    VScrollEventArgs(ScrollEventType, int, int)

    Wraps the Windows Forms constructor.

    Declaration
    public VScrollEventArgs(ScrollEventType type, int oldValue, int newValue)
    Parameters
    Type Name Description
    ScrollEventType type
    int oldValue
    int 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
    bool

    Methods

    ToString()

    Debug helper method

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • VScrollEventArgs(ScrollEventType, int, int)
    • Properties
      • EditControl
      • Handled
    • Methods
      • ToString()
    • Extension Methods
    Back to top Generated by DocFX