Constructor

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ChangeEventArgs(
	string oldName,
	IndicatorInfo newValue
)
Visual Basic (Declaration)
Public Sub New ( _
	oldName As String, _
	newValue As IndicatorInfo _
)
Visual C++
public:
ChangeEventArgs(
	String^ oldName, 
	IndicatorInfo^ newValue
)

Parameters

oldName
Type: System..::.String
Old name of indicator value.
newValue
Type: RightEdge.Common..::.IndicatorInfo
New indicator information.

See Also