Sdílet prostřednictvím


ScrollEventArgs Konstruktory

Definice

Inicializuje novou instanci ScrollEventArgs třídy.

Přetížení

ScrollEventArgs(ScrollEventType, Int32)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro vlastnosti Type a NewValue vlastnosti.

ScrollEventArgs(ScrollEventType, Int32, Int32)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro Type, OldValuea NewValue vlastnosti.

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro Type, NewValuea ScrollOrientation vlastnosti.

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro Type, , OldValueNewValuea ScrollOrientation vlastnosti.

ScrollEventArgs(ScrollEventType, Int32)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro vlastnosti Type a NewValue vlastnosti.

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 hodnot.

newValue
Int32

Nová hodnota posuvníku

Viz také

Platí pro

ScrollEventArgs(ScrollEventType, Int32, Int32)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro Type, OldValuea NewValue vlastnosti.

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 hodnot.

oldValue
Int32

Stará hodnota posuvníku.

newValue
Int32

Nová hodnota posuvníku

Viz také

Platí pro

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro Type, NewValuea ScrollOrientation vlastnosti.

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 hodnot.

newValue
Int32

Nová hodnota posuvníku

scroll
ScrollOrientation

Jedna z ScrollOrientation hodnot.

Viz také

Platí pro

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Inicializuje novou instanci ScrollEventArgs třídy pomocí zadaných hodnot pro Type, , OldValueNewValuea ScrollOrientation vlastnosti.

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 hodnot.

oldValue
Int32

Stará hodnota posuvníku.

newValue
Int32

Nová hodnota posuvníku

scroll
ScrollOrientation

Jedna z ScrollOrientation hodnot.

Viz také

Platí pro