# C1.Win.C1Editor.UICustomization.XHTMLBookmarkItem.ApplyChanges

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Editor_UICustomization_XHTMLBookmarkItem_ApplyChanges_" data-uid="C1.Win.C1Editor.UICustomization.XHTMLBookmarkItem.ApplyChanges*">ApplyChanges Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Editor_UICustomization_XHTMLBookmarkItem_ApplyChanges_" data-uid="C1.Win.C1Editor.UICustomization.XHTMLBookmarkItem.ApplyChanges*"></a>
<h4 id="C1_Win_C1Editor_UICustomization_XHTMLBookmarkItem_ApplyChanges" data-uid="C1.Win.C1Editor.UICustomization.XHTMLBookmarkItem.ApplyChanges">ApplyChanges()</h4>
<div class="markdown level1 summary"><p>Applies changes made in a custom Bookmarks dialog.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void ApplyChanges()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Sub ApplyChanges()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.C1Editor.UICustomization.XHTMLItemBase.ApplyChanges.html#C1_Win_C1Editor_UICustomization_XHTMLItemBase_ApplyChanges">XHTMLItemBase.ApplyChanges()</a></div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.C1Editor.UICustomization.InvalidBookmarkNameException.html">InvalidBookmarkNameException</a></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.C1Editor.UICustomization.ExistingBookmarkException.html">ExistingBookmarkException</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
