Back to Devexpress

CheckedListBoxControl Events

windowsforms-devexpress-dot-xtraeditors-dot-checkedlistboxcontrol-dot-underscore-events.md

latest32.8 KB
Original Source

CheckedListBoxControl Events

The checked list box control, in which each item can be checked, unchecked or set to the grayed state. The control can be populated with items from a data source.

NameDescription
AutoSizeChangedThis event is not relevant for this class. Inherited from Control.
BackColorChangedThis event is not supported by the BaseStyleControl class. Inherited from BaseStyleControl.
BackgroundImageChangedOccurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes. Inherited from Control.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from Control.
CausesValidationChangedOccurs when the value of the CausesValidation property changes. Inherited from Control.
ChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
CheckMemberChangedOccurs when the BaseCheckedListBoxControl.CheckMember property value is changed. Inherited from BaseCheckedListBoxControl.
ClickOccurs when the control is clicked. Inherited from Control.
ClientSizeChangedOccurs when the value of the ClientSize property changes. Inherited from Control.
ContextButtonClickFires when a context button is clicked. Inherited from BaseListBoxControl.
ContextButtonValueChangedFires when the CheckContextButton.Checked, TrackBarContextButton.Value or RatingContextButton.Rating property value changes. Inherited from BaseListBoxControl.
ContextMenuChangedOccurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAddedOccurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemovedOccurs when a control is removed from the Control.ControlCollection. Inherited from Control.
ConvertCheckValueOccurs when the field value is fetched from the data source and then posted back. Inherited from BaseCheckedListBoxControl.
CursorChangedOccurs when the value of the Cursor property changes. Inherited from Control.
CustomContextButtonToolTipAllows you to specify a tooltip shown when the mouse pointer hovers over a context button. This event is only raised for RatingContextButton and TrackBarContextButton objects. Inherited from BaseListBoxControl.
CustomDrawEmptyForegroundAllows you to draw custom content within the empty list box. Inherited from BaseListBoxControl.
CustomDrawScrollAllows you to draw custom scrollbars, or highlight specific positions on the scrollbars. Inherited from BaseListBoxControl.
CustomItemDisplayTextEnables custom display text to be provided for control items. Inherited from BaseListBoxControl.
CustomItemTemplateAllows you to assign custom templates to listbox items. Inherited from BaseListBoxControl.
CustomizeContextItemAllows you to customize the context buttons for individual items. Inherited from BaseListBoxControl.
CustomizeItemAllows you to customize templated items dynamically. Inherited from BaseListBoxControl.
CustomSortEnables you to sort list items in custom order. Inherited from BaseCheckedListBoxControl.
DataSourceChangedOccurs immediately after the BaseListBoxControl.DataSource property value has been changed. Inherited from BaseListBoxControl.
DisplayMemberChangedOccurs immediately after the list box control display member has been changed. Inherited from BaseListBoxControl.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockChangedOccurs when the value of the Dock property changes. Inherited from Control.
DoubleClickOccurs when the control is double-clicked. Inherited from Control.
DragDropOccurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnterOccurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeaveOccurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragOverOccurs when an object is dragged over the control’s bounds. Inherited from Control.
DrawItemProvides the ability to custom paint items displayed within the list box control. Inherited from BaseListBoxControl.
EnabledChangedOccurs when the Enabled property value has changed. Inherited from Control.
EnterOccurs when the control is entered. Inherited from Control.
FontChangedThis event is not supported by the BaseStyleControl class. Inherited from BaseStyleControl.
ForeColorChangedThis event is not supported by the BaseStyleControl class. Inherited from BaseStyleControl.
GetItemEnabledEnables you to disable specific items, in bound mode. Inherited from BaseCheckedListBoxControl.
GiveFeedbackOccurs during a drag operation. Inherited from Control.
GotFocusOccurs when the control receives focus. Inherited from Control.
HandleCreatedOccurs when a handle is created for the control. Inherited from Control.
HandleDestroyedOccurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequestedOccurs when the user requests help for a control. Inherited from Control.
HtmlElementMouseClickOccurs when a user clicks an element within an HTML-CSS template. Inherited from BaseListBoxControl.
HtmlElementMouseDownOccurs when mouse pointer is over an element of an HTML-CSS template, and a mouse button is pressed. Inherited from BaseListBoxControl.
HtmlElementMouseMoveOccurs when a mouse pointer moves while over an element of an HTML-CSS template. Inherited from BaseListBoxControl.
HtmlElementMouseOutOccurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template. Inherited from BaseListBoxControl.
HtmlElementMouseOverOccurs when a mouse pointer enters the bounds of an element within an HTML-CSS template. Inherited from BaseListBoxControl.
HtmlElementMouseUpOccurs when a mouse button pressed over an element of an HTML-CSS template is released. Inherited from BaseListBoxControl.
ImeModeChangedOccurs when the ImeMode property has changed. Inherited from Control.
InvalidatedOccurs when a control’s display requires redrawing. Inherited from Control.
ItemCheckFires after an item’s check state changes. Inherited from BaseCheckedListBoxControl.
ItemCheckingFires before an item’s check state changes and allows you to cancel the action. Inherited from BaseCheckedListBoxControl.
KeyDownOccurs when a key is pressed while the control has focus. Inherited from Control.
KeyPressOccurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUpOccurs when a key is released while the control has focus. Inherited from Control.
LayoutOccurs when a control should reposition its child controls. Inherited from Control.
LeaveOccurs when the input focus leaves the control. Inherited from Control.
LocationChangedOccurs when the Location property value has changed. Inherited from Control.
LostFocusOccurs when the control loses focus. Inherited from Control.
MarginChangedOccurs when the control’s margin changes. Inherited from Control.
MeasureItemProvides the ability to change an individual item’s height. Inherited from BaseListBoxControl.
MouseCaptureChangedOccurs when the control loses mouse capture. Inherited from Control.
MouseClickOccurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClickOccurs when the control is double clicked by the mouse. Inherited from Control.
MouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnterOccurs when the mouse pointer enters the control. Inherited from Control.
MouseHoverOccurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeaveOccurs when the mouse pointer leaves the control. Inherited from Control.
MouseMoveOccurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUpOccurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheelOccurs when the mouse wheel moves while the control has focus. Inherited from Control.
MoveOccurs when the control is moved. Inherited from Control.
PaddingChangedOccurs when the control’s padding changes. Inherited from Control.
PaintOccurs when the control is redrawn. Inherited from Control.
ParentChangedOccurs when the Parent property value changes. Inherited from Control.
ParseSearchControlTextFires when a related SearchControl fires a query to the current List Box. Allows you to create a filter condition based on the query and specify how to highlight results in the control. Inherited from BaseListBoxControl.
PreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
QueryAccessibilityHelpOccurs when AccessibleObject is providing help to accessibility applications. Inherited from Control.
QueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control.
RegionChangedOccurs when the value of the Region property changes. Inherited from Control.
ResetItemsCheckOccurs when the BaseCheckedListBoxControl items collection or data source changes. Inherited from BaseCheckedListBoxControl.
ResizeOccurs when the control is resized. Inherited from Control.
RightToLeftChangedOccurs when the RightToLeft property value changes. Inherited from Control.
SelectedIndexChangedAllows you to respond to item selection. Inherited from BaseListBoxControl.
SelectedValueChangedOccurs after a value of the selected item has been changed. Inherited from BaseListBoxControl.
SizeChangedOccurs when the Size property value changes. Inherited from Control.
StyleChangedOccurs when the control style changes. Inherited from Control.
SystemColorsChangedOccurs when the system colors change. Inherited from Control.
TabIndexChangedOccurs when the TabIndex property value changes. Inherited from Control.
TabStopChangedOccurs when the TabStop property value changes. Inherited from Control.
TextChangedOccurs when the Text property value changes. Inherited from Control.
ValidatedOccurs when the control is finished validating. Inherited from Control.
ValidatingOccurs when the control is validating. Inherited from Control.
ValueMemberChangedOccurs after the BaseListBoxControl.ValueMember property value has been changed. Inherited from BaseListBoxControl.
VisibleChangedOccurs when the Visible property value changes. Inherited from Control.

See Also

CheckedListBoxControl Class

CheckedListBoxControl Members

DevExpress.XtraEditors Namespace