Click or drag to resize

WrapperTripleStoreRaiseGraphRemoved Method (IGraph)

Helper method for raising the Graph Removed event manually.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void RaiseGraphRemoved(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also