Raises the BackEdge event.
Namespace:
QuickGraph.Algorithms.SearchAssembly: QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1502 (2.4.2.1502)
Syntax
| C# |
|---|
protected void OnBackEdge( IEdge e ) |
| Visual Basic (Declaration) |
|---|
Protected Sub OnBackEdge ( _ e As IEdge _ ) |
Parameters
- e
- Type: QuickGraph.Concepts..::.IEdge
edge that raised the event
