| Name | Description |
| BindingValidationError | (Inherited from System.Windows.FrameworkElement) |
| DataContextChanged | (Inherited from System.Windows.FrameworkElement) |
| DragEnter | (Inherited from System.Windows.UIElement) |
| DragLeave | (Inherited from System.Windows.UIElement) |
| DragOver | (Inherited from System.Windows.UIElement) |
| Drop | (Inherited from System.Windows.UIElement) |
| EditCompleted | Handle this event to know when the user has completed the edits. |
| GotFocus | (Inherited from System.Windows.UIElement) |
| IsDropDownOpenChanged | Event raised when the IsDropDownOpen property has changed. |
| IsEnabledChanged | (Inherited from System.Windows.Controls.Control) |
| IsMouseOverChanged | Event raised when the IsMouseOver property has changed. |
| KeyDown | (Inherited from System.Windows.UIElement) |
| KeyDownInPopup | Handle this event to provide your own custom navigation when the popup is opened. Receives the key that was pressed and the current index, and returns the new index that should be selected. |
| KeyUp | (Inherited from System.Windows.UIElement) |
| LayoutUpdated | (Inherited from System.Windows.FrameworkElement) |
| Loaded | (Inherited from System.Windows.FrameworkElement) |
| LostFocus | (Inherited from System.Windows.UIElement) |
| LostMouseCapture | (Inherited from System.Windows.UIElement) |
| MediaCommand | (Inherited from System.Windows.UIElement) |
| MouseEnter | (Inherited from System.Windows.UIElement) |
| MouseLeave | (Inherited from System.Windows.UIElement) |
| MouseLeftButtonDown | (Inherited from System.Windows.UIElement) |
| MouseLeftButtonUp | (Inherited from System.Windows.UIElement) |
| MouseMove | (Inherited from System.Windows.UIElement) |
| MouseRightButtonDown | (Inherited from System.Windows.UIElement) |
| MouseRightButtonUp | (Inherited from System.Windows.UIElement) |
| MouseWheel | (Inherited from System.Windows.UIElement) |
| SelectedIndexChanged | Event raised when the SelectedIndex property has changed. |
| SelectedItemChanged | Event raised when the SelectedItem property has changed. |
| SelectedValueChanged | Event raised when the SelectedValue property has changed. |
| SelectionCommitted | Event fired when the select item is committed. |
| SizeChanged | (Inherited from System.Windows.FrameworkElement) |
| TextInput | (Inherited from System.Windows.UIElement) |
| TextInputStart | (Inherited from System.Windows.UIElement) |
| TextInputUpdate | (Inherited from System.Windows.UIElement) |
| Unloaded | (Inherited from System.Windows.FrameworkElement) |
| ValidateInput | Event fired when new text is added to an editable C1ComboBox. Catch this event to validate the new input. |