Skip to main content

BootstrapSchedulerPopupMenuShowingEventHandler Delegate

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public delegate void BootstrapSchedulerPopupMenuShowingEventHandler(
    object sender,
    BootstrapSchedulerPopupMenuShowingEventArgs e
);

Parameters

Name Type
sender Object
e BootstrapSchedulerPopupMenuShowingEventArgs
See Also