C# Class ScanMaster.TweakEventArgs

Inheritance: System.EventArgs
显示文件 Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
newValue double
parameter String

Public Methods

Method Description
TweakEventArgs ( String parameter, int newValue ) : System

Method Details

TweakEventArgs() public method

public TweakEventArgs ( String parameter, int newValue ) : System
parameter String
newValue int
return System

Property Details

newValue public_oe property

public double newValue
return double

parameter public_oe property

public String parameter
return String