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
)
Protected Overridable Sub OnGraphRemoved (
sender As Object,
args As GraphEventArgs
)
Parameters
- sender
- Type: SystemObject
Sender. - args
- Type: VDS.RDFGraphEventArgs
Graph Event Arguments.
See Also