[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OnLoadInvalidUriHandler

OnLoadInvalidUriHandler Delegate

Represents a delegate that is called when a malformed URI is about to load.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public delegate Uri OnLoadInvalidUriHandler(Uri partUri, string id, string uri)
Public Delegate Function OnLoadInvalidUriHandler(partUri As Uri, id As String, uri As String) As Uri
Parameters
Type Name Description
Uri partUri

The URI of the part with an invalid relationship.

string id

The id of the relationship.

string uri

The malformed URI address.

Returns
Type Description
Uri

A valid URI created from the malformed address string.