Skip to main content

constructor(processOnServer, group, htmlElement, htmlEvent) Constructor

Initializes a new object of the BootstrapClientAccordionGroupClickEventArgs type with the specified settings.

Declaration

constructor(
    processOnServer: boolean,
    group: BootstrapClientAccordionGroup,
    htmlElement: any,
    htmlEvent: any
)

Parameters

Name Type Description
processOnServer boolean

true to process the event on the server side; false to completely handle it on the client side.

group BootstrapClientAccordionGroup

An BootstrapClientAccordionGroup object that represents a group related to the event.

htmlElement any

An HTML object that contains the processed accordion group.

htmlEvent any

Remarks

For internal use only.

See Also