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

BootstrapMenuItemEventArgs(BootstrapMenuItem) Constructor

Initializes a new instance of the BootstrapMenuItemEventArgs class.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapMenuItemEventArgs(
    BootstrapMenuItem item
)

Parameters

Name Type Description
item BootstrapMenuItem

Initializes a new instance of the BootstrapMenuItem class.

Remarks

Instances of the BootstrapMenuItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also