EventArgs class used when a position is overfilled.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.HandledEventArgs
      RightEdge.Common..::.PositionOverfilledEventArgs

See Also