# C1.WPF.InputPanel.C1InputPanelPresenter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_InputPanel_C1InputPanelPresenter" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter" class="text-break">C1InputPanelPresenter Class
</h1>
  <div class="markdown level0 summary"><p>An instance of this class is used in the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>'s control template
to define a place in the control's visual tree where a pane representing individual input fields
will appear.</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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1InputPanelPresenter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.InputPanel.html">C1.WPF.InputPanel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.InputPanel.4.6.2.dll</h6>
  <h5 id="C1_WPF_InputPanel_C1InputPanelPresenter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Items&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;Content&quot;, Type = typeof(ContentPresenter))]
[TemplateVisualState(Name = &quot;Auto&quot;, GroupName = &quot;GenerateStatesStates&quot;)]
[TemplateVisualState(Name = &quot;Customized&quot;, GroupName = &quot;GenerateStatesStates&quot;)]
public class C1InputPanelPresenter : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Items&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;Content&quot;, Type:=GetType(ContentPresenter))&gt;
&lt;TemplateVisualState(Name:=&quot;Auto&quot;, GroupName:=&quot;GenerateStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Customized&quot;, GroupName:=&quot;GenerateStatesStates&quot;)&gt;
Public Class C1InputPanelPresenter
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_WPF_InputPanel_C1InputPanelPresenter__ctor" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.#ctor">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.-ctor.html#C1_WPF_InputPanel_C1InputPanelPresenter__ctor">C1InputPanelPresenter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.html">C1InputPanelPresenter</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_AutoGenerateProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.AutoGenerateProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.AutoGenerateProperty.html">AutoGenerateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.AutoGenerate.html#C1_WPF_InputPanel_C1InputPanelPresenter_AutoGenerate">AutoGenerate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ButtonBackgroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonBackground.html#C1_WPF_InputPanel_C1InputPanelPresenter_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ButtonForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonForeground.html#C1_WPF_InputPanel_C1InputPanelPresenter_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_CornerRadiusProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.CornerRadius.html#C1_WPF_InputPanel_C1InputPanelPresenter_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_CurrentItemProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.CurrentItemProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.CurrentItemProperty.html">CurrentItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.CurrentItem.html#C1_WPF_InputPanel_C1InputPanelPresenter_CurrentItem">CurrentItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_FocusBrushProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.FocusBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.FocusBrush.html#C1_WPF_InputPanel_C1InputPanelPresenter_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_InputControlsProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.InputControlsProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.InputControlsProperty.html">InputControlsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.InputControls.html#C1_WPF_InputPanel_C1InputPanelPresenter_InputControls">InputControls</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_IsReadOnlyProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.IsReadOnly.html#C1_WPF_InputPanel_C1InputPanelPresenter_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ItemsPanelTemplateProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsPanelTemplateProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsPanelTemplateProperty.html">ItemsPanelTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsPanelTemplate.html#C1_WPF_InputPanel_C1InputPanelPresenter_ItemsPanelTemplate">ItemsPanelTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ItemsTemplateProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsTemplateProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsTemplateProperty.html">ItemsTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsTemplate.html#C1_WPF_InputPanel_C1InputPanelPresenter_ItemsTemplate">ItemsTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_LabelForegroundProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.LabelForegroundProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.LabelForegroundProperty.html">LabelForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.LabelForeground.html#C1_WPF_InputPanel_C1InputPanelPresenter_LabelForeground">LabelForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_MouseOverBrushProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.MouseOverBrush.html#C1_WPF_InputPanel_C1InputPanelPresenter_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_PressedBrushProperty" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.PressedBrushProperty">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.PressedBrush.html#C1_WPF_InputPanel_C1InputPanelPresenter_PressedBrush">PressedBrush</a> dependency property.</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_WPF_InputPanel_C1InputPanelPresenter_AutoGenerate" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.AutoGenerate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.AutoGenerate.html#C1_WPF_InputPanel_C1InputPanelPresenter_AutoGenerate">AutoGenerate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the input controls are created automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ButtonBackground" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonBackground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonBackground.html#C1_WPF_InputPanel_C1InputPanelPresenter_ButtonBackground">ButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ButtonForeground" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ButtonForeground.html#C1_WPF_InputPanel_C1InputPanelPresenter_ButtonForeground">ButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_CornerRadius" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.CornerRadius">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.CornerRadius.html#C1_WPF_InputPanel_C1InputPanelPresenter_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the degree to which the corners of the element are rounded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_CurrentItem" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.CurrentItem">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.CurrentItem.html#C1_WPF_InputPanel_C1InputPanelPresenter_CurrentItem">CurrentItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an item which is currently visible in <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_FocusBrush" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.FocusBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.FocusBrush.html#C1_WPF_InputPanel_C1InputPanelPresenter_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_InputControls" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.InputControls">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.InputControls.html#C1_WPF_InputPanel_C1InputPanelPresenter_InputControls">InputControls</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an input control collection which is shown in <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_IsReadOnly" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.IsReadOnly">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.IsReadOnly.html#C1_WPF_InputPanel_C1InputPanelPresenter_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines if the input controls are read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ItemsPanelTemplate" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsPanelTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsPanelTemplate.html#C1_WPF_InputPanel_C1InputPanelPresenter_ItemsPanelTemplate">ItemsPanelTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a template that defines the <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a> that controls the layout of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ItemsTemplate" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ItemsTemplate.html#C1_WPF_InputPanel_C1InputPanelPresenter_ItemsTemplate">ItemsTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a template applied to <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_LabelForeground" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.LabelForeground">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.LabelForeground.html#C1_WPF_InputPanel_C1InputPanelPresenter_LabelForeground">LabelForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_MouseOverBrush" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.MouseOverBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.MouseOverBrush.html#C1_WPF_InputPanel_C1InputPanelPresenter_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_PressedBrush" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.PressedBrush">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.PressedBrush.html#C1_WPF_InputPanel_C1InputPanelPresenter_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_ChangeVisualStateGenerateStates_System_Boolean_" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.ChangeVisualStateGenerateStates(System.Boolean)">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.ChangeVisualStateGenerateStates.html#C1_WPF_InputPanel_C1InputPanelPresenter_ChangeVisualStateGenerateStates_System_Boolean_">ChangeVisualStateGenerateStates(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the AutoGenerateStates visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_OnApplyTemplate" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.OnApplyTemplate">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.OnApplyTemplate.html#C1_WPF_InputPanel_C1InputPanelPresenter_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.html">C1InputPanelPresenter</a> control when a new template is applied.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_InputPanel_C1InputPanelPresenter_GeneratingInput" data-uid="C1.WPF.InputPanel.C1InputPanelPresenter.GeneratingInput">
          <a class="xref" href="C1.WPF.InputPanel.C1InputPanelPresenter.GeneratingInput.html">GeneratingInput</a>
        </td>
        <td class="markdown level1 summary"><p>EventHandler before create editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
