Click or drag to resize

BaseTripleStoreRaiseGraphRemoved Method (GraphEventArgs)

Helper method for raising the Graph Removed event manually.

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

Parameters

args
Type: VDS.RDFGraphEventArgs
Graph Event Arguments.
See Also