[]
        
(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
[Obsolete("This API has no effect and will be removed in a future version.")]
public delegate Uri OnSaveInvalidUriHandler(Uri address)
<Obsolete("This API has no effect and will be removed in a future version.")>
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.