Raises the DiscoverVertex 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 OnDiscoverVertex(
	IVertex v
)
Visual Basic (Declaration)
Protected Sub OnDiscoverVertex ( _
	v As IVertex _
)

Parameters

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

See Also