[]
        
(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: GcDocs.Word.dll
Syntax
[Obsolete("This API has no effect and will be removed in a future version.")]
public delegate Uri OnSaveInvalidUriHandler(Uri address)
Parameters
Type Name Description
Uri address

A modified malformed URI address.

Returns
Type Description
Uri

A valid URI created from the malformed address string.

Constructors

Name Description
OnSaveInvalidUriHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(Uri, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(Uri)