Invoked when a vertex is encountered for the first time.

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

Syntax

C#
public event VertexEventHandler DiscoverVertex
Visual Basic (Declaration)
Public Event DiscoverVertex As VertexEventHandler

See Also