Back to Devexpress

PopupMenuShowingEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxscheduler-a395f6e9.md

latest1.5 KB
Original Source

PopupMenuShowingEventHandler Delegate

A method that will handle the ASPxScheduler.PopupMenuShowing event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender (typically an ASPxScheduler control).

| | e | PopupMenuShowingEventArgs |

A PopupMenuShowingEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxScheduler Namespace