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

Syntax

C#
public delegate void FloydWarshallEventHandler(
	Object sender,
	FloydWarshallEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub FloydWarshallEventHandler ( _
	sender As Object, _
	e As FloydWarshallEventArgs _
)

See Also