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

Parameters

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

See Also