EventArgs class used when an order is updated.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    RightEdge.Common..::.OrderUpdatedEventArgs

See Also