Click or drag to resize

GraphEventArgs Constructor (IGraph, TripleEventArgs)

Creates a new set of Graph Event Arguments.

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

Parameters

g
Type: VDS.RDFIGraph
Graph.
args
Type: VDS.RDFTripleEventArgs
Triple Event Arguments.
See Also