C# Class System.Windows.Forms.ScrollEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ScrollEventArgs ( ScrollEventType type, int newValue ) : System
type ScrollEventType
newValue int
Résultat System

ScrollEventArgs() public méthode

public ScrollEventArgs ( ScrollEventType type, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
newValue int
scroll ScrollOrientation
Résultat System

ScrollEventArgs() public méthode

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue ) : System
type ScrollEventType
oldValue int
newValue int
Résultat System

ScrollEventArgs() public méthode

public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll ) : System
type ScrollEventType
oldValue int
newValue int
scroll ScrollOrientation
Résultat System