Click or drag to resize

BaseGraphCollectionRaiseGraphRemoved Method

Helper method which raises the Graph Removed event manually.

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

Parameters

g
Type: VDS.RDFIGraph
Graph.
See Also