# C1.WPF.FlexViewer.FlexViewerSearchAction

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexViewer_FlexViewerSearchAction" data-uid="C1.WPF.FlexViewer.FlexViewerSearchAction" class="text-break">FlexViewerSearchAction Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates which action related to searching text has occurred.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexViewer.html">C1.WPF.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexViewer.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexViewer_FlexViewerSearchAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlexViewerSearchAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlexViewerSearchAction</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_FlexViewer_FlexViewerSearchAction_ActivateSearch">ActivateSearch</td>
        <td><p>Occurs when the search toolbar should be activated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_FlexViewerSearchAction_CancelSearch">CancelSearch</td>
        <td><p>Occurs when the current search should be cancelled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_FlexViewerSearchAction_SearchCompleted">SearchCompleted</td>
        <td><p>Occurs when search is completed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_FlexViewerSearchAction_SearchNext">SearchNext</td>
        <td><p>Occurs when searching for the next occurrence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_FlexViewerSearchAction_SearchPrevious">SearchPrevious</td>
        <td><p>Occurs when searching for the previous occurrence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_FlexViewerSearchAction_SearchStarted">SearchStarted</td>
        <td><p>Occurs when search is just started.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
