Back to Devexpress

PreparePopupMenuEventHandler Delegate

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

latest1.7 KB
Original Source

PreparePopupMenuEventHandler Delegate

OBSOLETE

You should use the 'PopupMenuShowingEventHandler' instead

A method that will handle PreparePopupMenu event.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[Obsolete("You should use the 'PopupMenuShowingEventHandler' instead", false)]
public delegate void PreparePopupMenuEventHandler(
    object sender,
    PreparePopupMenuEventArgs e
);
vb
<Obsolete("You should use the 'PopupMenuShowingEventHandler' instead", False)>
Public Delegate Sub PreparePopupMenuEventHandler(
    sender As Object,
    e As PreparePopupMenuEventArgs
)

Parameters

NameTypeDescription
senderObject

The ASPxScheduler control which fires the event.

| | e | PreparePopupMenuEventArgs |

A PreparePopupMenuEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxScheduler Namespace