Skip to main content

PreparePopupMenuEventArgs Class

OBSOLETE

You should use the 'PopupMenuShowingEventArgs' instead

Provides data for the PreparePopupMenu event.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class PreparePopupMenuEventArgs :
    PopupMenuShowingEventArgs

#Remarks

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

#Inheritance

See Also