NewBar event arguments

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

Syntax

C#
[SerializableAttribute]
public sealed class NewBarEventArgs : EventArgs
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class NewBarEventArgs _
	Inherits EventArgs
Visual C++
[SerializableAttribute]
public ref class NewBarEventArgs sealed : public EventArgs

Remarks

This is a consolidation class used to notify of an incoming new bar.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RightEdge.Common..::.NewBarEventArgs

See Also