Delegate AlgorithmEventHandler<TGraph>
Delegate to react to an algorithm event.
Namespace: QuikGraph.Algorithms
Assembly: QuikGraph.dll
Syntax
public delegate void AlgorithmEventHandler<in TGraph>(IAlgorithm<TGraph> sender, EventArgs args);
Parameters
Type | Name | Description |
---|---|---|
IAlgorithm<TGraph> | sender | Algorithm that sent the event. |
System.EventArgs | args | Event arguments. |
Type Parameters
Name | Description |
---|---|
TGraph |