ScrollEventArgs Construtores

Definição

Inicializa uma nova instância da classe ScrollEventArgs.

Sobrecargas

Nome Description
ScrollEventArgs(ScrollEventType, Int32)

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para as propriedades e Type as NewValue propriedades.

ScrollEventArgs(ScrollEventType, Int32, Int32)

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para o Type, OldValuee NewValue as propriedades.

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para o Type, NewValuee ScrollOrientation as propriedades.

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para o Type, OldValuee NewValueas ScrollOrientation propriedades.

ScrollEventArgs(ScrollEventType, Int32)

Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para as propriedades e Type as NewValue propriedades.

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

Um dos ScrollEventType valores.

newValue
Int32

O novo valor da barra de rolagem.

Confira também

Aplica-se a

ScrollEventArgs(ScrollEventType, Int32, Int32)

Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para o Type, OldValuee NewValue as propriedades.

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

Um dos ScrollEventType valores.

oldValue
Int32

O valor antigo da barra de rolagem.

newValue
Int32

O novo valor da barra de rolagem.

Confira também

Aplica-se a

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para o Type, NewValuee ScrollOrientation as propriedades.

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

Um dos ScrollEventType valores.

newValue
Int32

O novo valor da barra de rolagem.

scroll
ScrollOrientation

Um dos ScrollOrientation valores.

Confira também

Aplica-se a

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs
Origem:
ScrollEventArgs.cs

Inicializa uma nova instância da ScrollEventArgs classe usando os valores fornecidos para o Type, OldValuee NewValueas ScrollOrientation propriedades.

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

Um dos ScrollEventType valores.

oldValue
Int32

O valor antigo da barra de rolagem.

newValue
Int32

O novo valor da barra de rolagem.

scroll
ScrollOrientation

Um dos ScrollOrientation valores.

Confira também

Aplica-se a