Click or drag to resize

BaseTripleStoreOnGraphCleared Method

Event Handler which handles the Cleared event of the contained Graphs by raising the Triple Stores's Graph Cleared event.

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

Parameters

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