AlgorithmEventHandlerTGraph Delegate |
Namespace:
QuickGraph.Algorithms
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic delegate void AlgorithmEventHandler<TGraph>(
IAlgorithm<TGraph> sender,
EventArgs e
)
Parameters
- sender
- Type: QuickGraph.AlgorithmsIAlgorithmTGraph
- e
- Type: SystemEventArgs
Type Parameters
- TGraph
See Also