BaseTripleStoreOnGraphAdded Method |
Event Handler which handles the
Graph Added event from the underlying Graph Collection and raises the Triple Store's
Graph Added event.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected virtual void OnGraphAdded(
Object sender,
GraphEventArgs args
)
Protected Overridable Sub OnGraphAdded (
sender As Object,
args As GraphEventArgs
)
Parameters
- sender
- Type: SystemObject
Sender. - args
- Type: VDS.RDFGraphEventArgs
Graph Event Arguments.
Remarks Override this method if your Triple Store implementation wishes to take additional actions when a Graph is added to the Store.
See Also