Click or drag to resize

NamespaceMapperOnNamespaceModified Method

Internal Helper for the NamespaceModified Event which raises it only when a Handler is registered.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void OnNamespaceModified(
	string prefix,
	Uri uri
)

Parameters

prefix
Type: SystemString
Namespace Prefix.
uri
Type: SystemUri
Namespace Uri.
See Also