Skip to main content

BootstrapClientAccordionGroupCancelEventArgs Class

Provides data for events related to manipulations on accordion groups.

#Declaration

TypeScript
declare class BootstrapClientAccordionGroupCancelEventArgs extends ASPxClientProcessingModeCancelEventArgs

#Remarks

Objects of the BootstrapClientAccordionGroupCancelEventArgs type are used as arguments for the ASPxClientNavBar.ExpandedChanged event which is generated on the client side.

BootstrapClientAccordionGroupCancelEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also