BootstrapAccordionItemCommandEventHandler Delegate
A method that will handle the BootstrapAccordion.ItemCommand event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
public delegate void BootstrapAccordionItemCommandEventHandler(
object source,
BootstrapAccordionItemCommandEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. |
e | BootstrapAccordionItemCommandEventArgs | A BootstrapAccordionItemCommandEventArgs object that contains event data. |
See Also