Raises the ExamineEdge 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 OnExamineEdge(
	IEdge e
)
Visual Basic (Declaration)
Protected Sub OnExamineEdge ( _
	e As IEdge _
)

Parameters

e
Type: QuickGraph.Concepts..::.IEdge
edge that raised the event

See Also