C

GraphBuilderItemEventArgs<TItem, TDataItem>

Event arguments for item events in GraphBuilder, AdjacencyGraphBuilder, and TreeBuilder.
Inheritance Hierarchy

Remarks

Type Parameters

TItem

The type of the item contained in the argument.

TDataItem

The type of object that the item was created from.

Members

Show:

Constructors

Creates a new instance of the GraphBuilderItemEventArgs<TItem, TObject> class with the given graph, item, and source object.

Parameters

graph: IGraph
The graph that can be used to modify item.
item: TItem
The item created from dataItem.
dataItem: TDataItem
The object item was created from.

Properties

Gets the object the item has been created from.
readonlyfinal
Gets the graph that can be used to modify the item.
readonlyfinal
Gets the item that is the subject of the event.