ScrollEventArgs Конструкторы

Определение

Инициализирует новый экземпляр класса ScrollEventArgs.

Перегрузки

ScrollEventArgs(ScrollEventType, Int32)

Инициализирует новый экземпляр класса ScrollEventArgs с использованием заданных значений свойств Type и NewValue.

ScrollEventArgs(ScrollEventType, Int32, Int32)

Инициализирует новый экземпляр класса ScrollEventArgs заданными значениями свойств Type, OldValue и NewValue.

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Инициализирует новый экземпляр класса ScrollEventArgs заданными значениями свойств Type, NewValue и ScrollOrientation.

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Инициализирует новый экземпляр класса ScrollEventArgs с использованием заданных значений свойств Type, OldValue, NewValue иScrollOrientation.

ScrollEventArgs(ScrollEventType, Int32)

Инициализирует новый экземпляр класса ScrollEventArgs с использованием заданных значений свойств Type и 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)

Параметры

type
ScrollEventType

Одно из значений перечисления ScrollEventType.

newValue
Int32

Новое значение полосы прокрутки.

См. также раздел

Применяется к

ScrollEventArgs(ScrollEventType, Int32, Int32)

Инициализирует новый экземпляр класса ScrollEventArgs заданными значениями свойств Type, OldValue и 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)

Параметры

type
ScrollEventType

Одно из значений перечисления ScrollEventType.

oldValue
Int32

Прежнее значение полосы прокрутки.

newValue
Int32

Новое значение полосы прокрутки.

См. также раздел

Применяется к

ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)

Инициализирует новый экземпляр класса ScrollEventArgs заданными значениями свойств Type, NewValue и 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)

Параметры

type
ScrollEventType

Одно из значений перечисления ScrollEventType.

newValue
Int32

Новое значение полосы прокрутки.

scroll
ScrollOrientation

Одно из значений перечисления ScrollOrientation.

См. также раздел

Применяется к

ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)

Инициализирует новый экземпляр класса ScrollEventArgs с использованием заданных значений свойств Type, OldValue, NewValue и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)

Параметры

type
ScrollEventType

Одно из значений перечисления ScrollEventType.

oldValue
Int32

Прежнее значение полосы прокрутки.

newValue
Int32

Новое значение полосы прокрутки.

scroll
ScrollOrientation

Одно из значений перечисления ScrollOrientation.

См. также раздел

Применяется к