Raises the FinishVertex event.

Namespace:  QuickGraph.Algorithms.Search
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

C#
protected void OnFinishVertex(
	IVertex v
)
Visual Basic (Declaration)
Protected Sub OnFinishVertex ( _
	v As IVertex _
)

Parameters

v
Type: QuickGraph.Concepts..::.IVertex
vertex that raised the event

See Also