Skip to main content

BootstrapAccordionGroupEventHandler Delegate

In This Article

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.2.dll

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public delegate void BootstrapAccordionGroupEventHandler(
    object source,
    BootstrapAccordionGroupEventArgs e
);

#Parameters

Name Type Description
source Object

The event source.

e BootstrapAccordionGroupEventArgs

A BootstrapAccordionGroupEventArgs object that contains event data.

See Also