Show / Hide Table of Contents

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.

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape