Notification of change events for an indicator

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

Syntax

C#
public class ChangeEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ChangeEventArgs _
	Inherits EventArgs
Visual C++
public ref class ChangeEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RightEdge.Common..::.IndicatorInfo..::.ChangeEventArgs

See Also