BaseTripleStoreRaiseGraphAdded Method (GraphEventArgs) |
Helper method for raising the
Graph Added event manually.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected void RaiseGraphAdded(
GraphEventArgs args
)
Protected Sub RaiseGraphAdded (
args As GraphEventArgs
)
Parameters
- args
- Type: VDS.RDFGraphEventArgs
Graph Event Arguments.
See Also