Show / Hide Table of Contents

Class HighlightInfoChangedEventArgs

Highlight information changed event arguments.

Inheritance
System.Object
HighlightInfoChangedEventArgs
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public class HighlightInfoChangedEventArgs : RoutedEventArgs

Constructors

| Improve this Doc View Source

HighlightInfoChangedEventArgs(RoutedEvent, Object, Object, Object)

Initializes a new instance of the HighlightInfoChangedEventArgs class.

Declaration
public HighlightInfoChangedEventArgs(RoutedEvent routedEvent, object source, object oldHighlightInfo, object newHighlightInfo)
Parameters
Type Name Description
RoutedEvent routedEvent

The routed event identifier for this instance of the System.Windows.RoutedEventArgs class.

System.Object source

An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property.

System.Object oldHighlightInfo

Old highlight information.

System.Object newHighlightInfo

New highlight information.

Properties

| Improve this Doc View Source

NewHighlightInfo

New highlight information.

Declaration
public object NewHighlightInfo { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

OldHighlightInfo

Old highlight information.

Declaration
public object OldHighlightInfo { get; }
Property Value
Type Description
System.Object

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