Skip to main content
A newer version of this page is available. .

BootstrapClientAccordionItemEventArgs Members

Provides data for events related to manipulations on items.

Constructors

Name Description
constructor(processOnServer, item, htmlElement, htmlEvent) Initializes a new object of the BootstrapClientAccordionItemEventArgs type with the specified settings.

Properties

Name Description
htmlElement Gets an HTML object that contains the processed Accordion item.
htmlEvent Gets a DHTML event object that relates to the processed event.
item Gets the item object related to the event.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also