# GrapeCity.Documents.Word.OnSaveInvalidUriHandler

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OnSaveInvalidUriHandler" data-uid="GrapeCity.Documents.Word.OnSaveInvalidUriHandler" class="text-break">OnSaveInvalidUriHandler Delegate
</h1>
  <div class="markdown level0 summary"><p>Represents a delegate that is called when a malformed URI is about to be saved.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_OnSaveInvalidUriHandler_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;This API has no effect and will be removed in a future version.&quot;)]
public delegate Uri OnSaveInvalidUriHandler(Uri address)</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;This API has no effect and will be removed in a future version.&quot;)&gt;
Public Delegate Function OnSaveInvalidUriHandler(address As Uri) As Uri</code></pre>
  </div>
  <h5 class="parameters">Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Type</th>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="xref">Uri</span></td>
        <td><span class="parametername">address</span></td>
        <td><p>A modified malformed URI address.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h5 class="returns">Returns</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Type</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="xref">Uri</span></td>
        <td><p>A valid URI created from the malformed address string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
