The events of the ComboBoxEx class are listed below. For a complete list of ComboBoxEx class members, see the ComboBoxEx Members topic.
Click (inherited from Control) | Occurs when the control is clicked. |
DataSourceChanged (inherited from ListControl) | Occurs when the DataSource changes. |
DisplayMemberChanged (inherited from ListControl) | Occurs when the DisplayMember property changes. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
DoubleClick (inherited from Control) | Occurs when the control is double-clicked. |
DropDown | |
DropDownClosed | |
EnabledChanged (inherited from Control) | Occurs when the Enabled property value has changed. |
GotFocus (inherited from Control) | Occurs when the control receives focus. |
HandleCreated (inherited from Control) | Occurs when a handle is created for the control. |
HandleDestroyed (inherited from Control) | Occurs when the control's handle is in the process of being destroyed. |
HelpRequested (inherited from Control) | Occurs when the user requests help for a control. |
Changed | Changed event fires when the value or text of the ComboBoxEx has changed. |
KeyDown (inherited from Control) | Occurs when a key is pressed while the control has focus. |
KeyPress (inherited from Control) | Occurs when a key is pressed while the control has focus. |
KeyUp (inherited from Control) | Occurs when a key is released while the control has focus. |
LostFocus (inherited from Control) | Occurs when the control loses focus. |
MouseDown (inherited from Control) | Occurs when the mouse pointer is over the control and a mouse button is pressed. |
MouseMove (inherited from Control) | Occurs when the mouse pointer is moved over the control. |
MouseUp (inherited from Control) | Occurs when the mouse pointer is over the control and a mouse button is released. |
Paint (inherited from Control) | Occurs when the control is redrawn. |
ParentChanged (inherited from Control) | Occurs when the Parent property value changes. |
Resize (inherited from Control) | Occurs when the control is resized. |
SelectedIndexChanged (inherited from ComboBox) | Occurs when the SelectedIndex property has changed. |
SelectedValueChanged (inherited from ListControl) | Occurs when the SelectedValue property changes. |
TextChanged (inherited from Control) | Occurs when the Text property value changes. |
Validated (inherited from Control) | Occurs when the control is finished validating. |
Validating (inherited from Control) | Occurs when the control is validating. |
ComboBoxEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace