C# Class LayoutFarm.UI.UIScrollEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System

Method Details

UIScrollEventArgs() public method

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue ) : System
eventType UIScrollEventType
oldValue int
newValue int
return System

UIScrollEventArgs() public method

public UIScrollEventArgs ( UIScrollEventType eventType, int oldValue, int newValue, UIScrollOrientation orientation ) : System
eventType UIScrollEventType
oldValue int
newValue int
orientation UIScrollOrientation
return System