Click or drag to resize
Task Scheduler Managed Class Library

DropDownCheckList Events

The DropDownCheckList type exposes the following members.

Events
  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDropDown
Occurs when the drop-down portion of a CustomComboBox is shown.
(Inherited from CustomComboBox.)
Public eventDropDownClosed
Occurs when the drop-down portion of the CustomComboBox is no longer visible.
(Inherited from CustomComboBox.)
Public eventSelectedItemsChanged
Occurs when the SelectedItems property changes.
Top
See Also