Back to Devexpress

PreparePopupMenuEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-4e7e4f82.md

latest1.6 KB
Original Source

PreparePopupMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the 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 'PopupMenuShowingEventArgs' instead", false)]
public class PreparePopupMenuEventArgs :
    PopupMenuShowingEventArgs
vb
<Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", False)>
Public Class PreparePopupMenuEventArgs
    Inherits PopupMenuShowingEventArgs

Remarks

The created menu can be accessed via the PopupMenuShowingEventArgs.Menu property.

Inheritance

Object EventArgs PopupMenuShowingEventArgs PreparePopupMenuEventArgs

See Also

PreparePopupMenuEventArgs Members

DevExpress.Web.ASPxScheduler Namespace