Click or drag to resize

BaseTripleStoreOnGraphRemoved Method

Event Handler which handles the Graph Removed event from the underlying Graph Collection and raises the Triple Stores's Graph Removed event.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void OnGraphRemoved(
	Object sender,
	GraphEventArgs args
)

Parameters

sender
Type: SystemObject
Sender.
args
Type: VDS.RDFGraphEventArgs
Graph Event Arguments.
See Also