Click or drag to resize

GraphEventArgs Constructor (IGraph)

Creates a new set of Graph Event Arguments.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public GraphEventArgs(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also