# C1.Win.Tile.FormatValueEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Tile_FormatValueEventArgs" data-uid="C1.Win.Tile.FormatValueEventArgs" class="text-break">FormatValueEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for <a class="xref" href="C1.Win.Tile.C1TileControl.FormatValue.html">FormatValue</a> event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">FormatValueEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Tile.html">C1.Win.Tile</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TileControl.10.dll</h6>
  <h5 id="C1_Win_Tile_FormatValueEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormatValueEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormatValueEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Tile_FormatValueEventArgs__ctor_C1_Win_Tile_PropertyMapping_" data-uid="C1.Win.Tile.FormatValueEventArgs.#ctor(C1.Win.Tile.PropertyMapping)">
          <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.-ctor.html#C1_Win_Tile_FormatValueEventArgs__ctor_C1_Win_Tile_PropertyMapping_">FormatValueEventArgs(PropertyMapping)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.html">FormatValueEventArgs</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Tile_FormatValueEventArgs_DestinationType" data-uid="C1.Win.Tile.FormatValueEventArgs.DestinationType">
          <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.DestinationType.html#C1_Win_Tile_FormatValueEventArgs_DestinationType">DestinationType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the destination type for the <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.Value.html#C1_Win_Tile_FormatValueEventArgs_Value">Value</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_FormatValueEventArgs_Item" data-uid="C1.Win.Tile.FormatValueEventArgs.Item">
          <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.Item.html#C1_Win_Tile_FormatValueEventArgs_Item">Item</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item under consideration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_FormatValueEventArgs_Mapping" data-uid="C1.Win.Tile.FormatValueEventArgs.Mapping">
          <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.Mapping.html#C1_Win_Tile_FormatValueEventArgs_Mapping">Mapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Tile.PropertyMapping.html">PropertyMapping</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_FormatValueEventArgs_TileProperty" data-uid="C1.Win.Tile.FormatValueEventArgs.TileProperty">
          <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.TileProperty.html#C1_Win_Tile_FormatValueEventArgs_TileProperty">TileProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the property of the <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> object that is a destination for mapping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Tile_FormatValueEventArgs_Value" data-uid="C1.Win.Tile.FormatValueEventArgs.Value">
          <a class="xref" href="C1.Win.Tile.FormatValueEventArgs.Value.html#C1_Win_Tile_FormatValueEventArgs_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that will be assigned to the property of a <a class="xref" href="C1.Win.Tile.Tile.html">Tile</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
