PreparePopupMenuEventArgs Class
In This Article
OBSOLETE
You should use the 'Popup
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
Object
EventArgs
PopupMenuShowingEventArgs
PreparePopupMenuEventArgs
See Also