Namespace:  QuickGraph.Algorithms.AllShortestPath
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class FloydWarshallEventArgs : EventArgs
Visual Basic (Declaration)
Public Class FloydWarshallEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    QuickGraph.Algorithms.AllShortestPath..::.FloydWarshallEventArgs

See Also