C# Класс LayoutFarm.UI.UIScrollEventArgs

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

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

Метод Описание
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System

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

UIScrollEventArgs() публичный Метод

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
eventType UIScrollEventType
oldValue int
newValue int
Результат System

UIScrollEventArgs() публичный Метод

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System
eventType UIScrollEventType
oldValue int
newValue int
orientation UIScrollOrientation
Результат System