C# Class CoderForRent.Charting.Core.MouseWheelArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jogibear9988/SlGanttChart Class Usage Examples

Méthodes publiques

Méthode Description
MouseWheelArgs ( double delta, bool shiftKey, bool ctrlKey, bool altKey ) : System

Method Details

MouseWheelArgs() public méthode

public MouseWheelArgs ( double delta, bool shiftKey, bool ctrlKey, bool altKey ) : System
delta double
shiftKey bool
ctrlKey bool
altKey bool
Résultat System