# C1.Win.Ribbon.RibbonEventType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Ribbon_RibbonEventType" data-uid="C1.Win.Ribbon.RibbonEventType" class="text-break">RibbonEventType Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates the types of C1Ribbon events.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_RibbonEventType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RibbonEventType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RibbonEventType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_ChangeCanceled">ChangeCanceled</td>
        <td><p>Occurs when the user cancels changes made to a <a class="xref" href="C1.Win.Ribbon.RibbonTextBox.html">RibbonTextBox</a>
or <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_ChangeCommitted">ChangeCommitted</td>
        <td><p>Occurs when the user commits changes to a <a class="xref" href="C1.Win.Ribbon.RibbonTextBox.html">RibbonTextBox</a>
or <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_CheckedChanged">CheckedChanged</td>
        <td><p>Occurs whenever the <a class="xref" href="C1.Win.Ribbon.RibbonCheckBox.Checked.html#C1_Win_Ribbon_RibbonCheckBox_Checked">Checked</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_Click">Click</td>
        <td><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> or a contextual tab group is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_DeselectBackstageViewTab">DeselectBackstageViewTab</td>
        <td><p>Occurs after a backstage view tab is deselected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_DeselectTab">DeselectTab</td>
        <td><p>Occurs after a Ribbon tab is deselected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_DialogLauncherClick">DialogLauncherClick</td>
        <td><p>Occurs when the user clicks a dialog launcher button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_DoubleClick">DoubleClick</td>
        <td><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> is double-clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_DropDown">DropDown</td>
        <td><p>Occurs before the drop-down portion of a <a class="xref" href="C1.Win.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a> is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_DropDownClosed">DropDownClosed</td>
        <td><p>Occurs when the drop-down portion of a <a class="xref" href="C1.Win.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a> is closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_GotFocus">GotFocus</td>
        <td><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> receives focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_HighlightedIndexChanged">HighlightedIndexChanged</td>
        <td><p>Occurs whenever either the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.HighlightedIndex.html#C1_Win_Ribbon_RibbonComboBox_HighlightedIndex">HighlightedIndex</a> property
or the highlighted item in the <a class="xref" href="C1.Win.Ribbon.RibbonGallery.html">RibbonGallery</a> are changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_LostFocus">LostFocus</td>
        <td><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_MouseEnter">MouseEnter</td>
        <td><p>Occurs when the mouse enters the visible part of a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_MouseLeave">MouseLeave</td>
        <td><p>Occurs when the mouse leaves the visible part of a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_PressedButtonChanged">PressedButtonChanged</td>
        <td><p>Occurs whenever the <a class="xref" href="C1.Win.Ribbon.RibbonToggleGroup.PressedButtonChanged.html">PressedButtonChanged</a> event occurs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_PressedChanged">PressedChanged</td>
        <td><p>Occurs whenever the <a class="xref" href="C1.Win.Ribbon.RibbonToggleButton.Pressed.html#C1_Win_Ribbon_RibbonToggleButton_Pressed">Pressed</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_QatItemsChanged">QatItemsChanged</td>
        <td><p>Occurs whenever the <a class="xref" href="C1.Win.Ribbon.RibbonQat.Items.html#C1_Win_Ribbon_RibbonQat_Items">Items</a> collection is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_QatPositionChanged">QatPositionChanged</td>
        <td><p>Occurs whenever the <a class="xref" href="C1.Win.Ribbon.RibbonQat.BelowRibbon.html#C1_Win_Ribbon_RibbonQat_BelowRibbon">BelowRibbon</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_SelectBackstageViewTab">SelectBackstageViewTab</td>
        <td><p>Occurs after a backstage view tab is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_SelectTab">SelectTab</td>
        <td><p>Occurs after a Ribbon tab is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_SelectedColorChanged">SelectedColorChanged</td>
        <td><p>Occurs whenever the <a class="xref" href="C1.Win.Ribbon.RibbonColorPicker.Color.html#C1_Win_Ribbon_RibbonColorPicker_Color">Color</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_SelectedIndexChanged">SelectedIndexChanged</td>
        <td><p>Occurs whenever either the <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.SelectedIndex.html#C1_Win_Ribbon_RibbonComboBox_SelectedIndex">SelectedIndex</a>
or <a class="xref" href="C1.Win.Ribbon.RibbonGallery.SelectedIndex.html#C1_Win_Ribbon_RibbonGallery_SelectedIndex">SelectedIndex</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_TextChanged">TextChanged</td>
        <td><p>Occurs whenever either the <a class="xref" href="C1.Win.Ribbon.RibbonTextBox.Text.html#C1_Win_Ribbon_RibbonTextBox_Text">Text</a>
or <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.Text.html#C1_Win_Ribbon_RibbonComboBox_Text">Text</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonEventType_ValueChanged">ValueChanged</td>
        <td><p>Occurs whenever either the <a class="xref" href="C1.Win.Ribbon.RibbonProgressBar.Value.html#C1_Win_Ribbon_RibbonProgressBar_Value">Value</a>
or <a class="xref" href="C1.Win.Ribbon.RibbonTrackBar.Value.html#C1_Win_Ribbon_RibbonTrackBar_Value">Value</a> property is changed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
