C# Class LayoutFarm.UI.UIScrollEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System

Method Details

UIScrollEventArgs() public méthode

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
eventType UIScrollEventType
oldValue int
newValue int
Résultat System

UIScrollEventArgs() public méthode

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System
eventType UIScrollEventType
oldValue int
newValue int
orientation UIScrollOrientation
Résultat System