Click or drag to resize

BaseGraphCollection.RaiseGraphAdded 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.RDF.IGraph
Graph.
See Also