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

constructor(item, htmlElement) Constructor

Initializes a new BootstrapClientMenuItemMouseEventArgs object with the specified settings.

Declaration

constructor(
    item: BootstrapClientMenuItem,
    htmlElement: any
)

Parameters

Name Type Description
item BootstrapClientMenuItem

An BootstrapClientMenuItem object that represents an item related to the event.

htmlElement any

An HTML object that contains the processed item.

Remarks

For internal use only.

See Also