constructor(group) Constructor
Initializes a new object of the BootstrapClientAccordionGroupEventArgs type with the specified value.
Declaration
constructor(
group: BootstrapClientAccordionGroup
)
Parameters
| Name | Type | Description |
|---|---|---|
| group | BootstrapClientAccordionGroup | An BootstrapAccordionGroup object representing the group related to the event. |
Remarks
For internal use only.
See Also