Skip to main content

AccordionControlElement Events

An element within AccordionControl.
Name Description
Click Fires when the element is clicked. Inherited from AccordionControlElementBase.
CommandCanExecuteChanged Occurs when the CanExecute(Object) status of the Command has changed.
CommandChanged Occurs after the value of the Command property has changed.
CommandParameterChanged Occurs after the value of the CommandParameter property has changed.
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