Delegate NamespaceChanged
Delegate Type for the Events of the Namespace Mapper.
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public delegate void NamespaceChanged(string prefix, Uri uri);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | prefix | Namespace Prefix. |
| System.Uri | uri | Namespace Uri. |