ScrollEventArgs Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da ScrollEventArgs classe.
Sobrecargas
| Name | Description |
|---|---|
| ScrollEventArgs(ScrollEventType, Int32) |
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Type propriedades e.NewValue |
| ScrollEventArgs(ScrollEventType, Int32, Int32) |
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Typepropriedades , OldValue, e NewValue . |
| ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) |
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Typepropriedades , NewValue, e ScrollOrientation . |
| ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) |
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Typepropriedades , OldValue, NewValue, e ScrollOrientation . |
ScrollEventArgs(ScrollEventType, Int32)
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Type propriedades 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 ScrollEventType valores.
- newValue
- Int32
O novo valor da barra de deslocamento.
Ver também
Aplica-se a
ScrollEventArgs(ScrollEventType, Int32, Int32)
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Typepropriedades , 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 ScrollEventType valores.
- oldValue
- Int32
O valor antigo da barra de scroll.
- newValue
- Int32
O novo valor da barra de deslocamento.
Ver também
Aplica-se a
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Typepropriedades , 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 ScrollEventType valores.
- newValue
- Int32
O novo valor da barra de deslocamento.
- scroll
- ScrollOrientation
Um dos ScrollOrientation valores.
Ver também
Aplica-se a
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)
Inicializa uma nova instância da ScrollEventArgs classe usando os valores dados para as Typepropriedades , 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 ScrollEventType valores.
- oldValue
- Int32
O valor antigo da barra de scroll.
- newValue
- Int32
O novo valor da barra de deslocamento.
- scroll
- ScrollOrientation
Um dos ScrollOrientation valores.