Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OnSaveInvalidUriHandler Delegate
A modified malformed URI address.

In This Topic
    OnSaveInvalidUriHandler Delegate
    In This Topic
    Represents a delegate that is called when a malformed URI is about to be saved.
    Syntax
    'Declaration
     
    Public Delegate Function OnSaveInvalidUriHandler( _
       ByVal address As System.Uri _
    ) As System.Uri
    public delegate System.Uri OnSaveInvalidUriHandler( 
       System.Uri address
    )

    Parameters

    address
    A modified malformed URI address.

    Return Value

    A valid URI created from the malformed address string.
    See Also