Click or drag to resize

NamespaceMapper.OnNamespaceModified 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: System.String
Namespace Prefix.
uri
Type: System.Uri
Namespace Uri.
See Also