ScrollEventArgs Konstruktorer

Definition

Initierar en ny instans av ScrollEventArgs klassen.

Överlagringar

Name Description
ScrollEventArgs(ScrollEventType, Int32)

Initierar en ny instans av klassen med hjälp av ScrollEventArgs angivna värden för Type egenskaperna och NewValue .

ScrollEventArgs(ScrollEventType, Int32, Int32)

Initierar en ny instans av klassen med hjälp av ScrollEventArgs de angivna värdena för Typeegenskaperna , OldValueoch NewValue .

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Initierar en ny instans av klassen med hjälp av ScrollEventArgs de angivna värdena för Typeegenskaperna , NewValueoch ScrollOrientation .

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Initierar en ny instans av klassen med hjälp av ScrollEventArgs de angivna värdena för Typeegenskaperna , OldValue, NewValueoch ScrollOrientation .

ScrollEventArgs(ScrollEventType, Int32)

Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs

Initierar en ny instans av klassen med hjälp av ScrollEventArgs angivna värden för Type egenskaperna och 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)

Parametrar

type
ScrollEventType

Ett av ScrollEventType värdena.

newValue
Int32

Det nya värdet för rullningslisten.

Se även

Gäller för

ScrollEventArgs(ScrollEventType, Int32, Int32)

Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs

Initierar en ny instans av klassen med hjälp av ScrollEventArgs de angivna värdena för Typeegenskaperna , OldValueoch 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)

Parametrar

type
ScrollEventType

Ett av ScrollEventType värdena.

oldValue
Int32

Det gamla värdet för rullningslisten.

newValue
Int32

Det nya värdet för rullningslisten.

Se även

Gäller för

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs

Initierar en ny instans av klassen med hjälp av ScrollEventArgs de angivna värdena för Typeegenskaperna , NewValueoch 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)

Parametrar

type
ScrollEventType

Ett av ScrollEventType värdena.

newValue
Int32

Det nya värdet för rullningslisten.

scroll
ScrollOrientation

Ett av ScrollOrientation värdena.

Se även

Gäller för

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs
Källa:
ScrollEventArgs.cs

Initierar en ny instans av klassen med hjälp av ScrollEventArgs de angivna värdena för Typeegenskaperna , OldValue, NewValueoch 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)

Parametrar

type
ScrollEventType

Ett av ScrollEventType värdena.

oldValue
Int32

Det gamla värdet för rullningslisten.

newValue
Int32

Det nya värdet för rullningslisten.

scroll
ScrollOrientation

Ett av ScrollOrientation värdena.

Se även

Gäller för