Show / Hide Table of Contents

Class HighlightTriggeredEventArgs

Highlight triggered event arguments.

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

Constructors

| Improve this Doc View Source

HighlightTriggeredEventArgs(RoutedEvent, Object, Boolean)

Initializes a new instance of the PositionChangedEventArgs class.

Declaration
public HighlightTriggeredEventArgs(RoutedEvent routedEvent, object source, bool isPositiveTrigger)
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.Boolean isPositiveTrigger

Indicates if trigger has been triggered.

Properties

| Improve this Doc View Source

Cancel

Indicates if event has been canceled or not.

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPositiveTrigger

Highlight triggered?

Declaration
public bool IsPositiveTrigger { get; }
Property Value
Type Description
System.Boolean

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