Skip to main content

BootstrapAccordionItemCommandEventHandler Delegate

A method that will handle the BootstrapAccordion.ItemCommand event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.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