Skip to main content

BootstrapMenuItemEventArgs(BootstrapMenuItem) Constructor

Initializes a new instance of the BootstrapMenuItemEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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