Język

ScrollEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ScrollEventArgs.

Przeciążenia

Nazwa Opis
ScrollEventArgs(ScrollEventType, Int32)

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type i NewValue .

ScrollEventArgs(ScrollEventType, Int32, Int32)

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type, OldValuei NewValue .

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type, NewValuei ScrollOrientation .

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type, OldValue, NewValuei ScrollOrientation .

ScrollEventArgs(ScrollEventType, Int32)

Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type i 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)

Parametry

type
ScrollEventType

ScrollEventType Jedna z wartości.

newValue
Int32

Nowa wartość paska przewijania.

Zobacz też

Dotyczy

ScrollEventArgs(ScrollEventType, Int32, Int32)

Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type, OldValuei 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)

Parametry

type
ScrollEventType

ScrollEventType Jedna z wartości.

oldValue
Int32

Stara wartość paska przewijania.

newValue
Int32

Nowa wartość paska przewijania.

Zobacz też

Dotyczy

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type, NewValuei 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)

Parametry

type
ScrollEventType

ScrollEventType Jedna z wartości.

newValue
Int32

Nowa wartość paska przewijania.

scroll
ScrollOrientation

ScrollOrientation Jedna z wartości.

Zobacz też

Dotyczy

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs
Źródło:
ScrollEventArgs.cs

Inicjuje nowe wystąpienie ScrollEventArgs klasy przy użyciu podanych wartości właściwości Type, OldValue, NewValuei 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)

Parametry

type
ScrollEventType

ScrollEventType Jedna z wartości.

oldValue
Int32

Stara wartość paska przewijania.

newValue
Int32

Nowa wartość paska przewijania.

scroll
ScrollOrientation

ScrollOrientation Jedna z wartości.

Zobacz też

Dotyczy