# C1.Xamarin.Forms.Input.ComboBoxItemLoadingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs" data-uid="C1.Xamarin.Forms.Input.ComboBoxItemLoadingEventArgs" class="text-break">ComboBoxItemLoadingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Event information for <span class="xref">C1ComboBox.ItemLoading</span> 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"><span class="xref">ComboBoxItemLoadingEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Input.html">C1.Xamarin.Forms.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Input.dll</h6>
  <h5 id="C1_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxItemLoadingEventArgs</code></pre>
  </div>
  <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_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs_Item" data-uid="C1.Xamarin.Forms.Input.ComboBoxItemLoadingEventArgs.Item">
          <a class="xref" href="C1.Xamarin.Forms.Input.ComboBoxItemLoadingEventArgs.Item.html#C1_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs_Item">Item</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the items that is being loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs_ItemView" data-uid="C1.Xamarin.Forms.Input.ComboBoxItemLoadingEventArgs.ItemView">
          <a class="xref" href="C1.Xamarin.Forms.Input.ComboBoxItemLoadingEventArgs.ItemView.html#C1_Xamarin_Forms_Input_ComboBoxItemLoadingEventArgs_ItemView">ItemView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual element corresponding to the loading item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
