C# Class System.Windows.Forms.ScrollEventArgs

Inheritance: System.EventArgs
Show file Open project: Meragon/Unity-WinForms Class Usage Examples

Public Methods

Method Description
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

Method Details

ScrollEventArgs() public method

public ScrollEventArgs ( ScrollEventType type, int newValue ) : System
type ScrollEventType
newValue int
return System

ScrollEventArgs() public method

public ScrollEventArgs ( ScrollEventType type, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
newValue int
scroll ScrollOrientation
return System

ScrollEventArgs() public method

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue ) : System
type ScrollEventType
oldValue int
newValue int
return System

ScrollEventArgs() public method

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
oldValue int
newValue int
scroll ScrollOrientation
return System