C# Класс System.Windows.Forms.ScrollEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ScrollEventArgs ( ScrollEventType type, int newValue ) : System
ScrollEventArgs ( ScrollEventType type, int newValue, ScrollOrientation scroll ) : System
ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue ) : System
ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll ) : System

Описание методов

ScrollEventArgs() публичный метод

public ScrollEventArgs ( ScrollEventType type, int newValue ) : System
type ScrollEventType
newValue int
Результат System

ScrollEventArgs() публичный метод

public ScrollEventArgs ( ScrollEventType type, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
newValue int
scroll ScrollOrientation
Результат System

ScrollEventArgs() публичный метод

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue ) : System
type ScrollEventType
oldValue int
newValue int
Результат System

ScrollEventArgs() публичный метод

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
oldValue int
newValue int
scroll ScrollOrientation
Результат System