BootstrapMenuItemEventArgs(BootstrapMenuItem) Constructor
Initializes a new instance of the BootstrapMenuItemEventArgs class.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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