Click or drag to resize

NestedNamespaceMapper.RaiseNamespaceModified 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 RaiseNamespaceModified(
	string prefix,
	Uri uri
)

Parameters

prefix
Type: System.String
Namespace Prefix.
uri
Type: System.Uri
Namespace Uri.
See Also