ScrollEventArgs Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe ScrollEventArgs.
Sobrecargas
ScrollEventArgs(ScrollEventType, Int32) |
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type e NewValue. |
ScrollEventArgs(ScrollEventType, Int32, Int32) |
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type, OldValue e NewValue. |
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) |
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type, NewValue e ScrollOrientation. |
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) |
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type, OldValue, NewValue e ScrollOrientation. |
ScrollEventArgs(ScrollEventType, Int32)
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type e 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
Um dos valores de ScrollEventType.
- newValue
- Int32
O novo valor para a barra de rolagem.
Confira também
Aplica-se a
ScrollEventArgs(ScrollEventType, Int32, Int32)
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type, OldValue e 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
Um dos valores de ScrollEventType.
- oldValue
- Int32
O valor antigo para a barra de rolagem.
- newValue
- Int32
O novo valor para a barra de rolagem.
Confira também
Aplica-se a
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type, NewValue e 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
Um dos valores de ScrollEventType.
- newValue
- Int32
O novo valor para a barra de rolagem.
- scroll
- ScrollOrientation
Um dos valores de ScrollOrientation.
Confira também
Aplica-se a
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)
Inicializa uma nova instância da classe ScrollEventArgs usando os valores fornecidos para as propriedades Type, OldValue, NewValue e 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
Um dos valores de ScrollEventType.
- oldValue
- Int32
O valor antigo para a barra de rolagem.
- newValue
- Int32
O novo valor para a barra de rolagem.
- scroll
- ScrollOrientation
Um dos valores de ScrollOrientation.