Event arguments when the TspGA class wants the GUI to draw a tour.

Namespace: Tsp.GA
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class TspGAEventArgs : EventArgs
Visual Basic
Public Class TspGAEventArgs _
	Inherits EventArgs
Visual C++
public ref class TspGAEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Tsp.GA..::..TspGAEventArgs

See Also