Event class used in conjunction with bar level processing.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RightEdge.Common..::.SingleBarEventArgs

See Also