Click or drag to resize

BaseGraphCollectionRaiseGraphAdded Method

Helper method which raises the Graph Added event manually.

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

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also