Click or drag to resize

TripleEventArgs Constructor (Triple, IGraph, Boolean)

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,
	bool asserted
)

Parameters

t
Type: VDS.RDFTriple
Triple.
g
Type: VDS.RDFIGraph
Graph the Triple Event occurred in.
asserted
Type: SystemBoolean
Was the Triple Asserted (if not then it was Retracted).
See Also