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