ScrollEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ScrollEventArgs.

Przeciążenia

ScrollEventArgs(ScrollEventType, Int32)

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

ScrollEventArgs(ScrollEventType, Int32, Int32)

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

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

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

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

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

ScrollEventArgs(ScrollEventType, Int32)

Inicjuje nowe wystąpienie klasy przy użyciu podanych ScrollEventArgs 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

Jedna z ScrollEventType wartości.

newValue
Int32

Nowa wartość paska przewijania.

Zobacz też

Dotyczy

ScrollEventArgs(ScrollEventType, Int32, Int32)

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

Jedna z ScrollEventType wartości.

oldValue
Int32

Stara wartość paska przewijania.

newValue
Int32

Nowa wartość paska przewijania.

Zobacz też

Dotyczy

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

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

Jedna z ScrollEventType wartości.

newValue
Int32

Nowa wartość paska przewijania.

scroll
ScrollOrientation

Jedna z ScrollOrientation wartości.

Zobacz też

Dotyczy

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

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

Jedna z ScrollEventType wartości.

oldValue
Int32

Stara wartość paska przewijania.

newValue
Int32

Nowa wartość paska przewijania.

scroll
ScrollOrientation

Jedna z ScrollOrientation wartości.

Zobacz też

Dotyczy