# C1.Win.TreeView.C1CheckList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TreeView_C1CheckList" data-uid="C1.Win.TreeView.C1CheckList" class="text-break">C1CheckList Class
</h1>
  <div class="markdown level0 summary"><p>A list-based control with optional check boxes for each item, different selection modes and ability to select/unselect all items.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="../C1.Win.10/C1.Framework.XViewHost.html">XViewHost</a></div>
    <div class="level5"><span class="xref">C1CheckList</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TreeView.html">C1.Win.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TreeView.10.dll</h6>
  <h5 id="C1_Win_TreeView_C1CheckList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1CheckList), &quot;C1CheckList.png&quot;)]
public class C1CheckList : XViewHost, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1CheckList), &quot;C1CheckList.png&quot;)&gt;
Public Class C1CheckList
    Inherits XViewHost
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</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_TreeView_C1CheckList__ctor" data-uid="C1.Win.TreeView.C1CheckList.#ctor">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.-ctor.html#C1_Win_TreeView_C1CheckList__ctor">C1CheckList()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</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="C1_Win_TreeView_C1CheckList_BackColor" data-uid="C1.Win.TreeView.C1CheckList.BackColor">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.BackColor.html#C1_Win_TreeView_C1CheckList_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_BindingInfo" data-uid="C1.Win.TreeView.C1CheckList.BindingInfo">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.BindingInfo.html#C1_Win_TreeView_C1CheckList_BindingInfo">BindingInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Contains information about a data binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_BorderColor" data-uid="C1.Win.TreeView.C1CheckList.BorderColor">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.BorderColor.html#C1_Win_TreeView_C1CheckList_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the control border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_BorderStyle" data-uid="C1.Win.TreeView.C1CheckList.BorderStyle">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.BorderStyle.html#C1_Win_TreeView_C1CheckList_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.TreeView.C1CheckList.BorderStyle.html#C1_Win_TreeView_C1CheckList_BorderStyle">BorderStyle</a> value determining the type of border around the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_CheckImageList" data-uid="C1.Win.TreeView.C1CheckList.CheckImageList">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.CheckImageList.html#C1_Win_TreeView_C1CheckList_CheckImageList">CheckImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image list that is used to indicate the state of the <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a> items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_DefaultSize" data-uid="C1.Win.TreeView.C1CheckList.DefaultSize">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.DefaultSize.html#C1_Win_TreeView_C1CheckList_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_Items" data-uid="C1.Win.TreeView.C1CheckList.Items">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.Items.html#C1_Win_TreeView_C1CheckList_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in this <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_RightClickSelect" data-uid="C1.Win.TreeView.C1CheckList.RightClickSelect">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.RightClickSelect.html#C1_Win_TreeView_C1CheckList_RightClickSelect">RightClickSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a item can be selected by right click or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectAllCaption" data-uid="C1.Win.TreeView.C1CheckList.SelectAllCaption">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectAllCaption.html#C1_Win_TreeView_C1CheckList_SelectAllCaption">SelectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption for Select All checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectedIndex" data-uid="C1.Win.TreeView.C1CheckList.SelectedIndex">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectedIndex.html#C1_Win_TreeView_C1CheckList_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the currently selected item in the list.
A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected.
When SelectionMode is Single then only one item remains selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectedItem" data-uid="C1.Win.TreeView.C1CheckList.SelectedItem">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectedItem.html#C1_Win_TreeView_C1CheckList_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item that is currently selected in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectedItems" data-uid="C1.Win.TreeView.C1CheckList.SelectedItems">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectedItems.html#C1_Win_TreeView_C1CheckList_SelectedItems">SelectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of selected items in this <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectedValues" data-uid="C1.Win.TreeView.C1CheckList.SelectedValues">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectedValues.html#C1_Win_TreeView_C1CheckList_SelectedValues">SelectedValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of selected item values in this <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectionMode" data-uid="C1.Win.TreeView.C1CheckList.SelectionMode">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectionMode.html#C1_Win_TreeView_C1CheckList_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how the items of the <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a> control can be selected.
SelectionMode is of type enumeration <a class="xref" href="C1.Win.TreeView.SelectionMode.html">SelectionMode</a>. The default is <a class="xref" href="C1.Win.TreeView.SelectionMode.html#C1_Win_TreeView_SelectionMode_Multiple">Multiple</a>.
When SelectionMode was changed value to Single then one item remains selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ShowCheckBoxes" data-uid="C1.Win.TreeView.C1CheckList.ShowCheckBoxes">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ShowCheckBoxes.html#C1_Win_TreeView_C1CheckList_ShowCheckBoxes">ShowCheckBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether check boxes should be visible or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ShowSelectAll" data-uid="C1.Win.TreeView.C1CheckList.ShowSelectAll">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ShowSelectAll.html#C1_Win_TreeView_C1CheckList_ShowSelectAll">ShowSelectAll</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether show select all checkbox or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_Styles" data-uid="C1.Win.TreeView.C1CheckList.Styles">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.Styles.html#C1_Win_TreeView_C1CheckList_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_UnselectAllCaption" data-uid="C1.Win.TreeView.C1CheckList.UnselectAllCaption">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.UnselectAllCaption.html#C1_Win_TreeView_C1CheckList_UnselectAllCaption">UnselectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Caption for Unselect All checkbox.</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_Win_TreeView_C1CheckList_Dispose_System_Boolean_" data-uid="C1.Win.TreeView.C1CheckList.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.Dispose.html#C1_Win_TreeView_C1CheckList_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_Focus_C1_Win_TreeView_C1CheckListItem_" data-uid="C1.Win.TreeView.C1CheckList.Focus(C1.Win.TreeView.C1CheckListItem)">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.Focus.html#C1_Win_TreeView_C1CheckList_Focus_C1_Win_TreeView_C1CheckListItem_">Focus(C1CheckListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets focus to a <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a> item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_OnApplyItemStyles_C1_Win_TreeView_C1CheckListItemStylesEventArgs_" data-uid="C1.Win.TreeView.C1CheckList.OnApplyItemStyles(C1.Win.TreeView.C1CheckListItemStylesEventArgs)">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.OnApplyItemStyles.html#C1_Win_TreeView_C1CheckList_OnApplyItemStyles_C1_Win_TreeView_C1CheckListItemStylesEventArgs_">OnApplyItemStyles(C1CheckListItemStylesEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <a class="xref" href="C1.Win.TreeView.C1CheckList.ApplyItemStyles.html">ApplyItemStyles</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_OnItemValueChanged_C1_Win_TreeView_C1CheckListEventArgs_" data-uid="C1.Win.TreeView.C1CheckList.OnItemValueChanged(C1.Win.TreeView.C1CheckListEventArgs)">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.OnItemValueChanged.html#C1_Win_TreeView_C1CheckList_OnItemValueChanged_C1_Win_TreeView_C1CheckListEventArgs_">OnItemValueChanged(C1CheckListEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <a class="xref" href="C1.Win.TreeView.C1CheckList.ItemValueChanged.html">ItemValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_OnSelectionChanged_System_EventArgs_" data-uid="C1.Win.TreeView.C1CheckList.OnSelectionChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.OnSelectionChanged.html#C1_Win_TreeView_C1CheckList_OnSelectionChanged_System_EventArgs_">OnSelectionChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectionChanged.html">SelectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_RaiseApplyItemStyles_C1_Win_TreeView_C1CheckListItem_" data-uid="C1.Win.TreeView.C1CheckList.RaiseApplyItemStyles(C1.Win.TreeView.C1CheckListItem)">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.RaiseApplyItemStyles.html#C1_Win_TreeView_C1CheckList_RaiseApplyItemStyles_C1_Win_TreeView_C1CheckListItem_">RaiseApplyItemStyles(C1CheckListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.TreeView.C1CheckList.ApplyItemStyles.html">ApplyItemStyles</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ResetBorderColor" data-uid="C1.Win.TreeView.C1CheckList.ResetBorderColor">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ResetBorderColor.html#C1_Win_TreeView_C1CheckList_ResetBorderColor">ResetBorderColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ResetCheckImageList" data-uid="C1.Win.TreeView.C1CheckList.ResetCheckImageList">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ResetCheckImageList.html#C1_Win_TreeView_C1CheckList_ResetCheckImageList">ResetCheckImageList()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.TreeView.C1CheckList.CheckImageList.html#C1_Win_TreeView_C1CheckList_CheckImageList">CheckImageList</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ResetStyles" data-uid="C1.Win.TreeView.C1CheckList.ResetStyles">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ResetStyles.html#C1_Win_TreeView_C1CheckList_ResetStyles">ResetStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Styles property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ResumeSelection" data-uid="C1.Win.TreeView.C1CheckList.ResumeSelection">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ResumeSelection.html#C1_Win_TreeView_C1CheckList_ResumeSelection">ResumeSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes calls to the <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectionChanged.html">SelectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ScrollToItem_C1_Win_TreeView_C1CheckListItem_" data-uid="C1.Win.TreeView.C1CheckList.ScrollToItem(C1.Win.TreeView.C1CheckListItem)">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ScrollToItem.html#C1_Win_TreeView_C1CheckList_ScrollToItem_C1_Win_TreeView_C1CheckListItem_">ScrollToItem(C1CheckListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a> to a specific item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectAll" data-uid="C1.Win.TreeView.C1CheckList.SelectAll">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectAll.html#C1_Win_TreeView_C1CheckList_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all items of the current <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ShouldSerializeBorderColor" data-uid="C1.Win.TreeView.C1CheckList.ShouldSerializeBorderColor">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ShouldSerializeBorderColor.html#C1_Win_TreeView_C1CheckList_ShouldSerializeBorderColor">ShouldSerializeBorderColor()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ShouldSerializeCheckImageList" data-uid="C1.Win.TreeView.C1CheckList.ShouldSerializeCheckImageList">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ShouldSerializeCheckImageList.html#C1_Win_TreeView_C1CheckList_ShouldSerializeCheckImageList">ShouldSerializeCheckImageList()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if this <a class="xref" href="C1.Win.TreeView.C1CheckList.CheckImageList.html#C1_Win_TreeView_C1CheckList_CheckImageList">CheckImageList</a> property has changed; otherwise, returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ShouldSerializeStyles" data-uid="C1.Win.TreeView.C1CheckList.ShouldSerializeStyles">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ShouldSerializeStyles.html#C1_Win_TreeView_C1CheckList_ShouldSerializeStyles">ShouldSerializeStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if this Styles property has changed; otherwise, returns false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SuspendSelection" data-uid="C1.Win.TreeView.C1CheckList.SuspendSelection">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SuspendSelection.html#C1_Win_TreeView_C1CheckList_SuspendSelection">SuspendSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Temporarily suspends calls to the <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectionChanged.html">SelectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_UnselectAll" data-uid="C1.Win.TreeView.C1CheckList.UnselectAll">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.UnselectAll.html#C1_Win_TreeView_C1CheckList_UnselectAll">UnselectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Cancel the selection of all items of the current <a class="xref" href="C1.Win.TreeView.C1CheckList.html">C1CheckList</a> control.</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_Win_TreeView_C1CheckList_ApplyItemStyles" data-uid="C1.Win.TreeView.C1CheckList.ApplyItemStyles">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ApplyItemStyles.html">ApplyItemStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before applying styles to a list item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_ItemValueChanged" data-uid="C1.Win.TreeView.C1CheckList.ItemValueChanged">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.ItemValueChanged.html">ItemValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the item value changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TreeView_C1CheckList_SelectionChanged" data-uid="C1.Win.TreeView.C1CheckList.SelectionChanged">
          <a class="xref" href="C1.Win.TreeView.C1CheckList.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selected state of item was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
