Show / Hide Table of Contents

Delegate HighlightInfoChangedEventHandler

Handler for an object highlight information changed event.

Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public delegate void HighlightInfoChangedEventHandler(object sender, HighlightInfoChangedEventArgs args);
Parameters
Type Name Description
System.Object sender

Event sender.

HighlightInfoChangedEventArgs args

Event arguments.

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