Click or drag to resize
Task Scheduler Managed Class Library

DropDownCheckTree Events

The DropDownCheckTree type exposes the following members.

Events
 NameDescription
Public eventDisposedOccurs 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 CheckedItems property changes.
Top
See Also