PopupMenuShowingEventArgs(ASPxSchedulerPopupMenu) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | ASPxSchedulerPopupMenu | An ASPxSchedulerPopupMenu which represents the popup menu. This value is assigned to the PopupMenuShowingEventArgs.Menu property. |
Remarks
The PopupMenuShowingEventArgs is created automatically, and passed to the handler of the ASPxScheduler.PopupMenuShowing event.
See Also