PreparePopupMenuEventArgs Class
Obsolete. Provides data for the ASPxScheduler.PreparePopupMenu event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[Obsolete("You should use the 'PopupMenuShowingEventArgs' instead", false)]
public class PreparePopupMenuEventArgs :
PopupMenuShowingEventArgs
<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
Feedback