PreparePopupMenuEventArgs Class
OBSOLETE
You should use the 'PopupMenuShowingEventArgs' instead
Provides data for the ASPxScheduler.PreparePopupMenu event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
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