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