Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs(ASPxSchedulerPopupMenu) Constructor

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

Namespace: DevExpress.Web.ASPxScheduler

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

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