BootstrapSchedulerPopupMenuShowingEventHandler Delegate
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.2.dll
Declaration
public delegate void BootstrapSchedulerPopupMenuShowingEventHandler(
object sender,
BootstrapSchedulerPopupMenuShowingEventArgs e
);
Parameters
| Name | Type |
|---|---|
| sender | Object |
| e | BootstrapSchedulerPopupMenuShowingEventArgs |
See Also