Delegate LayoutIterationEndedEventHandler<TVertex>
Handler for a layout iteration ended.
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public delegate void LayoutIterationEndedEventHandler<TVertex>(object sender, ILayoutIterationEventArgs<TVertex> args);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | Event sender. |
ILayoutIterationEventArgs<TVertex> | args | Event arguments. |
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |