TripleStoreEventArgs Constructor (ITripleStore, IGraph) |
Creates a new set of Triple Store Event Arguments.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public TripleStoreEventArgs(
ITripleStore store,
IGraph g
)
Public Sub New (
store As ITripleStore,
g As IGraph
)
Parameters
- store
- Type: VDS.RDFITripleStore
Triple Store. - g
- Type: VDS.RDFIGraph
Graph.
See Also