Back to Devexpress

BootstrapSchedulerPopupMenuShowingEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-251ea151.md

latest1.2 KB
Original Source

BootstrapSchedulerPopupMenuShowingEventHandler Delegate

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapSchedulerPopupMenuShowingEventHandler(
    object sender,
    BootstrapSchedulerPopupMenuShowingEventArgs e
);
vb
Public Delegate Sub BootstrapSchedulerPopupMenuShowingEventHandler(
    sender As Object,
    e As BootstrapSchedulerPopupMenuShowingEventArgs
)

Parameters

NameType
senderObject
eBootstrapSchedulerPopupMenuShowingEventArgs

See Also

DevExpress.Web.Bootstrap Namespace