Class VScrollEventArgs
Arguments passed in the VScroll event.
Inheritance
System.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 |
---|---|---|
System.Windows.Forms.ScrollEventType | type | |
System.Int32 | oldValue | |
System.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 |
---|---|
System.Boolean |
Methods
ToString()
Debug helper method
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |