C# Class YAMP.PlotEventArgs

Contains information about which variable changed its value into what.
Inheritance: EventArgs
ファイルを表示 Open project: CHMP-HLab/HLab.Erp.Lims.Analysis Class Usage Examples

Public Methods

Method Description
PlotEventArgs ( PlotValue value ) : System

Creates a new instance.

PlotEventArgs ( PlotValue value, String propertyName ) : System

Creates a new instance.

Method Details

PlotEventArgs() public method

Creates a new instance.
public PlotEventArgs ( PlotValue value ) : System
value PlotValue The PlotValue for the arguments.
return System

PlotEventArgs() public method

Creates a new instance.
public PlotEventArgs ( PlotValue value, String propertyName ) : System
value PlotValue The PlotValue for the arguments.
propertyName String The name of the property.
return System