# FarPoint.Win.Spread.Model.MapperUpdatingEventType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Model_MapperUpdatingEventType" data-uid="FarPoint.Win.Spread.Model.MapperUpdatingEventType" class="text-break">MapperUpdatingEventType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of mapper updating event that has occurred for the mapper.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_MapperUpdatingEventType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MapperUpdatingEventType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MapperUpdatingEventType</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="FarPoint_Win_Spread_Model_MapperUpdatingEventType_TargetCellsUpdated">TargetCellsUpdated</td>
        <td><p>Indicates that cells with cell data have been updated</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_MapperUpdatingEventType_TargetColumnsAdded">TargetColumnsAdded</td>
        <td><p>Indicates that columns have been added</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_MapperUpdatingEventType_TargetColumnsRemoved">TargetColumnsRemoved</td>
        <td><p>Indicates that columns have been removed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_MapperUpdatingEventType_TargetRowsAdded">TargetRowsAdded</td>
        <td><p>Indicates that rows have been added</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_MapperUpdatingEventType_TargetRowsRemoved">TargetRowsRemoved</td>
        <td><p>Indicates that rows have been removed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_MapperUpdatingEventType_TargetUpdated">TargetUpdated</td>
        <td><p>Indicates that the sheet data model has been updated</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
