# GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs" class="text-break">SubmittedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the GrapeCity.Windows.InputMan.Primitives.DropDownWindow.SubmittedEvent attached 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.routedeventargs">RoutedEventArgs</a></div>
    <div class="level3"><span class="xref">SubmittedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SubmittedEventArgs : RoutedEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SubmittedEventArgs
    Inherits RoutedEventArgs</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs__ctor_System_Boolean_System_Object_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.#ctor(System.Boolean,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs__ctor_System_Boolean_System_Object_System_Object_">SubmittedEventArgs(bool, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.html">SubmittedEventArgs</a> class.</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="GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs_AllowValueSynchronize" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.AllowValueSynchronize">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.AllowValueSynchronize.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs_AllowValueSynchronize">AllowValueSynchronize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to synchronize value or not.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs_Value" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.Value">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.Value.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventArgs_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the submitted value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
