BaseGraphAttachEventHandlers Method |
Helper method for attaching the necessary event Handlers to a Triple Collection.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected void AttachEventHandlers(
BaseTripleCollection tripleCollection
)
Protected Sub AttachEventHandlers (
tripleCollection As BaseTripleCollection
)
Parameters
- tripleCollection
- Type: VDS.RDFBaseTripleCollection
Triple Collection.
Remarks
May be useful if you replace the Triple Collection after instantiation e.g. as done in
SparqlView's.
See Also