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
)
Public Delegate Sub NamespaceChanged (
prefix As String,
uri As Uri
)
Parameters
- prefix
- Type: SystemString
Namespace Prefix. - uri
- Type: SystemUri
Namespace Uri.
See Also