Click or drag to resize

TripleStoreOnGraphAdded Method

Event Handler for the Graph Added event of the underlying Graph Collection which calls the normal event processing of the parent class BaseTripleStore and then applies Inference to the newly added Graph.

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

Parameters

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