BootstrapClientAccordionGroupCancelEventArgs Class
In This Article
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.
#Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientProcessingModeCancelEventArgs
BootstrapClientAccordionGroupCancelEventArgs
See Also