Called by the framework to indicate that a new simulated bar has arrived.

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

Syntax

C#
void SimBar(
	NewBarEventArgs newBars
)
Visual Basic (Declaration)
Sub SimBar ( _
	newBars As NewBarEventArgs _
)
Visual C++
void SimBar(
	NewBarEventArgs^ newBars
)

Parameters

newBars
Type: RightEdge.Common..::.NewBarEventArgs
Current bar information.

See Also