# C1.Util.DX.WIC.ProgressNotification

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_DX_WIC_ProgressNotification" data-uid="C1.Util.DX.WIC.ProgressNotification" class="text-break">ProgressNotification Enum
</h1>
  <div class="markdown level0 summary"><p>WICProgressNotification</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.WIC.html">C1.Util.DX.WIC</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_WIC_ProgressNotification_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ProgressNotification</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ProgressNotification</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_Util_DX_WIC_ProgressNotification_All">All</td>
        <td><p>WICProgressNotificationAll</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ProgressNotification_Begin">Begin</td>
        <td><p>WICProgressNotificationBegin</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ProgressNotification_End">End</td>
        <td><p>WICProgressNotificationEnd</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ProgressNotification_Frequent">Frequent</td>
        <td><p>WICProgressNotificationFrequent</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
