Click or drag to resize

NamespaceChanged Delegate

Delegate Type for the Events of the Namespace Mapper.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public delegate void NamespaceChanged(
	string prefix,
	Uri uri
)

Parameters

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