Click or drag to resize

TripleEventArgs Constructor (Triple, IGraph)

Creates a new set of Triple Event Arguments for the given Triple.

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

Parameters

t
Type: VDS.RDFTriple
Triple.
g
Type: VDS.RDFIGraph
Graph the Triple Event occurred in.
See Also