[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OnSaveInvalidUriHandler

OnSaveInvalidUriHandler Delegate

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

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public delegate Uri OnSaveInvalidUriHandler(Uri address)
Public Delegate Function OnSaveInvalidUriHandler(address As Uri) As Uri
Parameters
Type Name Description
Uri address

A modified malformed URI address.

Returns
Type Description
Uri

A valid URI created from the malformed address string.