Delegate used to communicate a change event for indicators

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

Syntax

C#
public delegate void ChangeDelegate(
	Object sender,
	IndicatorInfo..::.ChangeEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub ChangeDelegate ( _
	sender As Object, _
	args As IndicatorInfo..::.ChangeEventArgs _
)
Visual C++
public delegate void ChangeDelegate(
	Object^ sender, 
	IndicatorInfo..::.ChangeEventArgs^ args
)

Parameters

sender
Type: System..::.Object
event's sender
args
Type: RightEdge.Common..::.IndicatorInfo..::.ChangeEventArgs
IndicatorInfo.ChangeEventsArgs containing the changed information.

See Also