ScrollEventArgs Constructores

Definición

Inicializa una nueva instancia de la clase ScrollEventArgs.

Sobrecargas

ScrollEventArgs(ScrollEventType, Int32)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type y NewValue.

ScrollEventArgs(ScrollEventType, Int32, Int32)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type, OldValue y NewValue.

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type, NewValue y ScrollOrientation.

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type, OldValue, NewValue y ScrollOrientation.

ScrollEventArgs(ScrollEventType, Int32)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type y NewValue.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer)

Parámetros

type
ScrollEventType

Uno de los valores de ScrollEventType.

newValue
Int32

Nuevo valor de la barra de desplazamiento.

Consulte también

Se aplica a

ScrollEventArgs(ScrollEventType, Int32, Int32)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type, OldValue y NewValue.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer)

Parámetros

type
ScrollEventType

Uno de los valores de ScrollEventType.

oldValue
Int32

Valor anterior de la barra de desplazamiento.

newValue
Int32

Nuevo valor de la barra de desplazamiento.

Consulte también

Se aplica a

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type, NewValue y ScrollOrientation.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer, scroll As ScrollOrientation)

Parámetros

type
ScrollEventType

Uno de los valores de ScrollEventType.

newValue
Int32

Nuevo valor de la barra de desplazamiento.

scroll
ScrollOrientation

Uno de los valores de ScrollOrientation.

Consulte también

Se aplica a

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Inicializa una nueva instancia de la clase ScrollEventArgs utilizando los valores determinados para las propiedades Type, OldValue, NewValue y ScrollOrientation.

public:
 ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer, scroll As ScrollOrientation)

Parámetros

type
ScrollEventType

Uno de los valores de ScrollEventType.

oldValue
Int32

Valor anterior de la barra de desplazamiento.

newValue
Int32

Nuevo valor de la barra de desplazamiento.

scroll
ScrollOrientation

Uno de los valores de ScrollOrientation.

Consulte también

Se aplica a