Skip to main content
A newer version of this page is available. .

AccordionControlElement Events

An element within AccordionControl.
Name Description
Click Fires when the element is clicked. Inherited from AccordionControlElementBase.
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. Inherited from AccordionControlElementBase.
EnabledChanged Fires after the element’s AccordionControlElementBase.Enabled property value has been changed. Inherited from AccordionControlElementBase.
StyleChanged Occurs when the AccordionControlElement changes its AccordionControlElement.Style property value.
VisibleChanged Fires when the AccordionControlElementBase.Visible property value is changed. Inherited from AccordionControlElementBase.
See Also