TripleStore.OnGraphAdded 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:
Syntaxprotected override void OnGraphAdded(
Object sender,
GraphEventArgs args
)
Protected Overrides Sub OnGraphAdded (
sender As Object,
args As GraphEventArgs
)
Parameters
- sender
- Type: System.Object
Sender. - args
- Type: VDS.RDF.GraphEventArgs
Graph Event Arguments.
See Also