C# Class ARCed.Controls.ParameterEventArgs

Arguments used for changing parameters
Inheritance: System.EventArgs
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode Description
ParameterEventArgs ( int index, decimal value ) : System

Default constructor;

Method Details

ParameterEventArgs() public méthode

Default constructor;
public ParameterEventArgs ( int index, decimal value ) : System
index int Parameter index of the control.
value decimal Value of the control
Résultat System