AccordionControlElementBase Events
The base class for elements in the AccordionControl.| Name | Description |
|---|---|
| Click | Fires when the element is clicked. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| DragDrop | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| EnabledChanged | Fires after the element’s AccordionControlElementBase.Enabled property value has been changed. |
| VisibleChanged | Fires when the AccordionControlElementBase.Visible property value is changed. |
See Also