Skip to main content

BootstrapAccordionEventMap Interface

Declaration

interface BootstrapAccordionEventMap extends ControlEventMap

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

Inherited Members

Inheritance

ControlEventMap
BootstrapAccordionEventMap

Properties

beginCallback Property

Declaration

"beginCallback": BeginCallbackEventArgs

Property Value

Type
BeginCallbackEventArgs

callbackError Property

Declaration

"callbackError": CallbackErrorEventArgs

Property Value

Type
CallbackErrorEventArgs

endCallback Property

Declaration

"endCallback": EndCallbackEventArgs

Property Value

Type
EndCallbackEventArgs

expandedChanged Property

Declaration

"expandedChanged": AccordionGroupEventArgs

Property Value

Type
AccordionGroupEventArgs

expandedChanging Property

Declaration

"expandedChanging": AccordionGroupCancelEventArgs

Property Value

Type
AccordionGroupCancelEventArgs

headerClick Property

Declaration

"headerClick": AccordionGroupClickEventArgs

Property Value

Type
AccordionGroupClickEventArgs

itemClick Property

Declaration

"itemClick": AccordionItemEventArgs

Property Value

Type
AccordionItemEventArgs