Invoked on forward or cross edges in the graph. (In an undirected graph this method is never called.)

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

Syntax

C#
public event EdgeEventHandler ForwardOrCrossEdge
Visual Basic (Declaration)
Public Event ForwardOrCrossEdge As EdgeEventHandler

See Also