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