# GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.AddSubmittedHandler

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_AddSubmittedHandler_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.AddSubmittedHandler*">AddSubmittedHandler Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_AddSubmittedHandler_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.AddSubmittedHandler*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DropDownWindow_AddSubmittedHandler_System_Windows_DependencyObject_GrapeCity_Wpf_SpreadSheet_CellType_Editors_SubmittedEventHandler_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.AddSubmittedHandler(System.Windows.DependencyObject,GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventHandler)">AddSubmittedHandler(DependencyObject, SubmittedEventHandler)</h4>
<div class="markdown level1 summary"><p>Adds a handler for the <span class="xref">GrapeCity.Windows.InputMan.Primitives.DropDownWindow.Submitted</span> attached event.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void AddSubmittedHandler(DependencyObject element, SubmittedEventHandler handler)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub AddSubmittedHandler(element As DependencyObject, handler As SubmittedEventHandler)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">DependencyObject</span></td>
      <td><span class="parametername">element</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a> or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.contentelement">ContentElement</a> that listens to the event.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventHandler.html">SubmittedEventHandler</a></td>
      <td><span class="parametername">handler</span></td>
      <td><p>The event handler.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
