Encapsulates a vertex in the original graph and it's corresponding vertex in a transformation of the graph

Namespace:  QuickGraph.Algorithms
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class TransitiveClosureVertexEventArgs : EventArgs
Visual Basic (Declaration)
Public Class TransitiveClosureVertexEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    QuickGraph.Algorithms..::.TransitiveClosureVertexEventArgs

See Also