Click or drag to resize

BaseGraphDetachEventHandlers Method

Helper method for detaching the necessary event Handlers from a Triple Collection.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void DetachEventHandlers(
	BaseTripleCollection tripleCollection
)

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