Skip to main content

PopupMenuShowingEventArgs(ASPxSchedulerPopupMenu) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public PopupMenuShowingEventArgs(
    ASPxSchedulerPopupMenu menu
)

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