C# Class ScanMaster.TweakEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
newValue double
parameter String

Méthodes publiques

Méthode Description
TweakEventArgs ( String parameter, int newValue ) : System

Method Details

TweakEventArgs() public méthode

public TweakEventArgs ( String parameter, int newValue ) : System
parameter String
newValue int
Résultat System

Property Details

newValue public_oe property

public double newValue
Résultat double

parameter public_oe property

public String parameter
Résultat String